From 54b8fd6acd37ba735e808409b62a466fd3894e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 23 May 2023 13:49:36 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5aa3c09..fcc701e 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.05.1~ynh1" +version = "23.05.2~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.05.1.tar.gz" - sha256 = "f78cf3035ee65d840ad4c11e58c09abe66c6af61a649d06f3efdcce38f5c5c42" + url = "https://github.com/BookStackApp/BookStack/archive/refs/tags/v23.05.2.tar.gz" + sha256 = "8baa11ec1e6fa4c4c8b9c5e8334197bb31382e315985828e0e7a449898460b04" rename = "bookstack.tar.gz" autoupdate.strategy = "latest_github_tag"