From 16bb4ee37b62571a9adf80705f7bdca6668f2256 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 2 Sep 2021 23:39:17 +0200 Subject: [PATCH] Fix --- conf/app.src | 4 ++-- doc/DESCRIPTION.md | 1 + manifest.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/DESCRIPTION.md diff --git a/conf/app.src b/conf/app.src index 1ae5b08..7d8ecaf 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v21.08.tar.gz -SOURCE_SUM=15b980cd42e124680c184b718adbd4bc222f01a83cd31ae9d1fec1b28c43eb32 +SOURCE_URL=https://github.com/BookStackApp/BookStack/archive/refs/tags/v21.08.1.tar.gz +SOURCE_SUM=a1f5f7831556d2cd97b8feeb0c045f2d0fc81967ee2de1b9be6cbef1e2826001 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..4683449 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +BookStack is an opinionated wiki system that provides a pleasant and simple out of the box experience. New users to an instance should find the experience intuitive and only basic word-processing skills should be required to get involved in creating content on BookStack. The platform should provide advanced power features to those that desire it but they should not interfere with the core simple user experience. diff --git a/manifest.json b/manifest.json index 7d3200c..d5ee7cb 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": "21.08~ynh1", + "version": "21.08.1~ynh1", "url": "https://www.bookstackapp.com/", "upstream": { "license": "MIT",