Skip to content

Commit ad279b9

Browse files
Testing (#134)
* restart config panel * Update manifest.toml * Standard (#119) * fix * Update manifest.toml * Update manifest.toml * Update POST_INSTALL.md * Update POST_INSTALL_fr.md * fix * Update manifest.toml * Auto-update README * Update tests.toml * Update tests.toml * remove standard * Update manifest.toml * Auto-update README * Update tests.toml * Update manifest.toml * Update manifest.toml * Update install * Update manifest.toml * Auto-update README * Update manifest.toml * Auto-update README * cleaning * Update manifest.toml * Auto-update README * Update manifest.toml * Auto-update README * Upgrade to v23.6.2 (#128) * Upgrade to v23.6.2 * Auto-update README * Auto-update README * Update manifest.toml * Add maintenance * Update config_panel.toml * Update config * Update config_panel.toml * Update config * Update manifest.toml * Update config * Update config * fix * Update manifest.toml * Auto-update README * Update manifest.toml * Auto-update README * Update manifest.toml * Auto-update README * Update manifest.toml --------- Co-authored-by: yunohost-bot <[email protected]> Co-authored-by: YunoHost Bot <[email protected]>
1 parent c195b41 commit ad279b9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out
2929
- Diagrams.net Integration
3030

3131

32-
**Shipped version:** 23.08~ynh1
32+
**Shipped version:** 23.08.1~ynh1
3333

3434
**Demo:** https://demo.bookstackapp.com
3535

README_fr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ BookStack est un système wiki simple prête à l'emploi. Les nouveaux utilisate
2727
- Multilingue
2828

2929

30-
**Version incluse :** 23.08~ynh1
30+
**Version incluse :** 23.08.1~ynh1
3131

3232
**Démo :** https://demo.bookstackapp.com
3333

manifest.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "BookStack"
55
description.en = "Platform to create documentation/wiki content"
66
description.fr = "Plateforme pour créer du contenu de documentation/wiki"
77

8-
version = "23.08~ynh1"
8+
version = "23.08.1~ynh1"
99

1010
maintainers = ["eric_G"]
1111

@@ -41,7 +41,7 @@ ram.runtime = "50M"
4141
[install.language]
4242
ask.en = "Choose the application language"
4343
ask.fr = "Choisissez la langue de l'application"
44-
type = "string"
44+
type = "select"
4545
choices = ["de", "en", "es_ES", "fa", "fr", "it", "lt", "nl", "pl", "pt_PT", "uk", "zh_CN"]
4646
default = "en"
4747

@@ -56,8 +56,8 @@ ram.runtime = "50M"
5656
[resources.sources]
5757

5858
[resources.sources.main]
59-
url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.08.tar.gz"
60-
sha256 = "47e4d5c7ff58d83fd18a9e63d8cffcdf6f8549a1c176b259c794d08eced12a2d"
59+
url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.08.1.tar.gz"
60+
sha256 = "c8dffe68a0292bfa98715e6431a0e8693f420acc3a6bdcf9daddbc0357d23573"
6161
rename = "bookstack.tar.gz"
6262
autoupdate.strategy = "latest_github_tag"
6363

0 commit comments

Comments
 (0)