1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grav_ynh.git synced 2024-09-03 19:16:01 +02:00

Merge pull request #148 from YunoHost-Apps/testing

Fix checksums and autoupdate
This commit is contained in:
tituspijean 2023-07-04 16:08:37 +02:00 committed by GitHub
commit fca319b5a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 10 deletions

View file

@ -57,19 +57,22 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources] [resources.sources]
[resources.sources.ldap] [resources.sources.ldap]
url = "https://github.com/trilbymedia/grav-plugin-login-ldap/archive/refs/tags/1.0.2.zip" url = "https://github.com/trilbymedia/grav-plugin-login-ldap/archive/refs/tags/1.0.2.tar.gz"
sha256 = "bdaea681730e800ab8eda7edf56d772baca1de783d0f8c321ac2ec86d82628ca" sha256 = "130298bf04e6464ea4347d2deda9e285b2820c48e9e64e6d4b67217566047c3b"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
autoupdate.upstream = "https://github.com/trilbymedia/grav-plugin-login-ldap"
[resources.sources.main] [resources.sources.main]
url = "https://github.com/getgrav/grav/releases/download/1.7.42.1/grav-admin-v1.7.42.1.zip" url = "https://github.com/getgrav/grav/releases/download/1.7.42.1/grav-admin-v1.7.42.1.zip"
sha256 = "491ea48e91da4de3ab07b059e373355282a85d8e36a7b76200e11298a616c70d" sha256 = "5bbaa72a49fcc4139882a416847a7fde376b05e0c3699632f39b29c24caecdde"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "grav-admin.*.zip"
[resources.sources.app-upgrade] [resources.sources.app-upgrade]
url = "https://github.com/getgrav/grav/releases/download/1.7.42.1/grav-update-v1.7.42.1.zip" url = "https://github.com/getgrav/grav/releases/download/1.7.42.1/grav-update-v1.7.42.1.zip"
sha256 = "59875446e248c442e99651a093081a6fa6fe539a3cabe944ce2c5c69fe77900c" sha256 = "345459bb2c9db7094eb963504eba5a22f8b5900bd3a4e47266daca1a1d12b35f"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "grav-update.*.zip"
[resources.system_user] [resources.system_user]

View file

@ -3,7 +3,3 @@ test_format = 1.0
[default] [default]
args.init_admin_permission = "package_checker" 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"