From 02b266a94ff756e85c694088a6ca910c4a395be2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 2 Jul 2023 19:03:53 +0200 Subject: [PATCH 1/4] Fix checksums and autoupdate --- manifest.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index fa964d5..8a02bd0 100644 --- a/manifest.toml +++ b/manifest.toml @@ -63,13 +63,15 @@ ram.runtime = "50M" [resources.sources.main] url = "https://github.com/getgrav/grav/releases/download/1.7.42.1/grav-admin-v1.7.42.1.zip" - sha256 = "491ea48e91da4de3ab07b059e373355282a85d8e36a7b76200e11298a616c70d" - autoupdate.strategy = "latest_github_tag" + sha256 = "5bbaa72a49fcc4139882a416847a7fde376b05e0c3699632f39b29c24caecdde" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "grav-admin.*.zip" [resources.sources.app-upgrade] url = "https://github.com/getgrav/grav/releases/download/1.7.42.1/grav-update-v1.7.42.1.zip" - sha256 = "59875446e248c442e99651a093081a6fa6fe539a3cabe944ce2c5c69fe77900c" - autoupdate.strategy = "latest_github_tag" + sha256 = "345459bb2c9db7094eb963504eba5a22f8b5900bd3a4e47266daca1a1d12b35f" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "grav-update.*.zip" [resources.system_user] From bc4bdb92f5018cd0e5aa9a0a2f33ca1642815ca2 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 3 Jul 2023 10:29:40 +0200 Subject: [PATCH 2/4] Fix LDAP source for autoupdate --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 8a02bd0..539743a 100644 --- a/manifest.toml +++ b/manifest.toml @@ -60,6 +60,7 @@ ram.runtime = "50M" url = "https://github.com/trilbymedia/grav-plugin-login-ldap/archive/refs/tags/1.0.2.zip" sha256 = "bdaea681730e800ab8eda7edf56d772baca1de783d0f8c321ac2ec86d82628ca" autoupdate.strategy = "latest_github_tag" + autoupdate.upstream = "https://github.com/trilbymedia/grav-plugin-login-ldap" [resources.sources.main] url = "https://github.com/getgrav/grav/releases/download/1.7.42.1/grav-admin-v1.7.42.1.zip" From 7a913c3448f7b9577a9e43cb2c070df904248677 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 3 Jul 2023 20:15:57 +0200 Subject: [PATCH 3/4] Upgrade sources --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 539743a..f734c60 100644 --- a/manifest.toml +++ b/manifest.toml @@ -57,8 +57,8 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.ldap] - url = "https://github.com/trilbymedia/grav-plugin-login-ldap/archive/refs/tags/1.0.2.zip" - sha256 = "bdaea681730e800ab8eda7edf56d772baca1de783d0f8c321ac2ec86d82628ca" + url = "https://github.com/trilbymedia/grav-plugin-login-ldap/archive/refs/tags/1.0.2.tar.gz" + sha256 = "130298bf04e6464ea4347d2deda9e285b2820c48e9e64e6d4b67217566047c3b" autoupdate.strategy = "latest_github_tag" autoupdate.upstream = "https://github.com/trilbymedia/grav-plugin-login-ldap" From aad5a0d3747078440b5d619cfee3aacc93640045 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 4 Jul 2023 16:08:27 +0200 Subject: [PATCH 4/4] Remove upgrade from old commit --- tests.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests.toml b/tests.toml index e787c4a..31f58fa 100644 --- a/tests.toml +++ b/tests.toml @@ -3,7 +3,3 @@ test_format = 1.0 [default] args.init_admin_permission = "package_checker" - - test_upgrade_from.412306a.name = "v1.7.21" - test_upgrade_from.412306a.install_args.admin = "package_checker" - test_upgrade_from.412306a.install_args.domain = "domain.tld"