From 19ca5041d47e300bec4e067626e743d352b33b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 30 Oct 2023 16:59:35 +0100 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b118d77..3d4cdc7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "BookStack" description.en = "Platform to create documentation/wiki content" description.fr = "Plateforme pour créer du contenu de documentation/wiki" -version = "23.08.3~ynh3" +version = "23.10~ynh1" maintainers = ["eric_G"] @@ -56,8 +56,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.08.3.tar.gz" - sha256 = "da665584507020a071d41c6fef5f3996254854e13700059d6e9ca18c3f29211e" + url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.10.tar.gz" + sha256 = "793be0bea3fd18b8be397bb5b7dd12bbe1e3f0a91c40de757efae2993118ed2b" rename = "bookstack.tar.gz" autoupdate.strategy = "latest_github_tag"