From 3e81aed96a960e13f53fc62c8d1028937e790d8a Mon Sep 17 00:00:00 2001 From: Krakinou Date: Fri, 30 Dec 2022 12:51:12 +0100 Subject: [PATCH] deactivate updater + revert version --- .github/workflows/updater.sh | 11 +++++++++++ manifest.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index c64a4ad..3259dc5 100755 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -1,5 +1,16 @@ #!/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 #================================================= diff --git a/manifest.json b/manifest.json index f73a48c..2d651aa 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~ynh7", + "version": "0.96.19~ynh6", "url": "https://github.com/janeczku/calibre-web", "upstream": { "version": "0.6.19",