From 08db7c2d02d844ae11b1c9b2568bc50602666f4c Mon Sep 17 00:00:00 2001 From: Krakinou Date: Fri, 30 Dec 2022 12:54:05 +0100 Subject: [PATCH 1/2] unlock updater --- .github/workflows/updater.sh | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 3259dc5..45f5447 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -1,17 +1,6 @@ #!/bin/bash -#================================================= -# PACKAGE UPDATING HELPER -#================================================= - -# This script is meant to be run by GitHub Actions -# The YunoHost-Apps organisation offers a template Action to run this script periodically -# Since each app is different, maintainers can adapt its contents so as to perform -# automatic actions when a new upstream release is detected. - -# Remove this exit command when you are ready to run this Action -exit 1 -#================================================= +========================================== # FETCHING LATEST RELEASE AND ITS ASSETS #================================================= From 7fe9a667efe1181f39a19a3d414e4b572cedcf29 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Fri, 30 Dec 2022 13:00:49 +0100 Subject: [PATCH 2/2] bump version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 2d651aa..f73a48c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Browsing, reading and downloading eBooks using a Calibre database", "fr": "Explorer, lire et télécharger des eBooks à partir d'une base de données Calibre" }, - "version": "0.96.19~ynh6", + "version": "0.96.19~ynh7", "url": "https://github.com/janeczku/calibre-web", "upstream": { "version": "0.6.19",