From 7ec49e021b700a98b108a4a25776b8fe261573e3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 22 May 2024 03:31:11 +0200 Subject: [PATCH] Upgrade to v24.05.1 https://github.com/BookStackApp/BookStack/releases/tag/v24.05.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 987915f..c1ebd18 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 = "24.05~ynh1" +version = "24.05.1~ynh1" maintainers = [] @@ -59,8 +59,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v24.05.tar.gz" - sha256 = "12673a0c69ce5cea5ae0b0be568da7a88c8510b9cd9e96e7cdeb4026a355482f" + url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v24.05.1.tar.gz" + sha256 = "64b484710a2683e75283497a566b4311d2df4d24ae11eccc87620940afe218c6" rename = "bookstack.tar.gz" autoupdate.strategy = "latest_github_release"