diff --git a/README.md b/README.md index df68b20..3d783cf 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Diagrams.net Integration -**Shipped version:** 22.11~ynh1 +**Shipped version:** 22.11.1~ynh1 **Demo:** https://demo.bookstackapp.com diff --git a/README_fr.md b/README_fr.md index 87e9a90..8e5f085 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out - Multi-Lingual -**Version incluse :** 22.11~ynh1 +**Version incluse :** 22.11.1~ynh1 **Démo :** https://demo.bookstackapp.com diff --git a/conf/app.src b/conf/app.src index 2f88fd3..9cd3097 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v22.11.tar.gz -SOURCE_SUM=e30c0ba0b7e5b25115ed99cae4eea669e2cba2d4605d2f6cfae6764517ea769b +SOURCE_URL=https://api.github.com/repos/BookStackApp/BookStack/tarball/v22.11.1 +SOURCE_SUM=b9e699422e40df9800ea569b84d2e1c01076b6fc672bf63ca6192e0083124805 SOURCE_SUM_PRG=sha256sum -SOURCE_FORMAT=tar.gz +SOURCE_FORMAT= SOURCE_IN_SUBDIR=true SOURCE_EXTRACT=true SOURCE_FILENAME=bookstack.tar.gz diff --git a/manifest.json b/manifest.json index 95d5bce..30c309a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Platform to create documentation/wiki content", "fr": "Plateforme pour créer du contenu de documentation/wiki" }, - "version": "22.11~ynh1", + "version": "22.11.1~ynh1", "url": "https://www.bookstackapp.com/", "upstream": { "license": "MIT", @@ -80,4 +80,4 @@ } ] } -} \ No newline at end of file +}