Skip to content

Commit 1abfb51

Browse files
OniriCorpeSalamandar
authored andcommitted
autoupdate.strategy = "latest_github_release"
I added autoupdate strategy for calibreweb and kepubify to automate the updating process when a new version is available So with it, when there is a new version, the yunohost-bot should made a PR within 24 hours
1 parent b0b0971 commit 1abfb51

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

manifest.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ ram.runtime = "200M"
7272
[resources.sources.main]
7373
url = "https://github.com/janeczku/calibre-web/archive/refs/tags/0.6.21.zip"
7474
sha256 = "570afeb74ec6506380e923244088c656921ffc94a616c9da46d68f5f39237fa4"
75-
76-
75+
autoupdate.strategy = "latest_github_release"
7776

7877
[resources.sources.kepubify]
7978
arm64.url = "https://github.com/pgaskin/kepubify/releases/download/v4.0.4/kepubify-linux-arm64"
@@ -84,6 +83,8 @@ ram.runtime = "200M"
8483
i386.sha256="3365a848ce06d43fca8f1999eb69c6c8e0e20a56b6b8658a8466b9726adef0f5"
8584
amd64.url="https://github.com/pgaskin/kepubify/releases/download/v4.0.4/kepubify-linux-64bit"
8685
amd64.sha256="37d7628d26c5c906f607f24b36f781f306075e7073a6fe7820a751bb60431fc5"
86+
autoupdate.upstream = "https://github.com/pgaskin/kepubify"
87+
autoupdate.strategy = "latest_github_release"
8788

8889
[resources.system_user]
8990

0 commit comments

Comments
 (0)