1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

Merge branch 'testing' into upgrade-to-v1.4.0

This commit is contained in:
Kayou 2024-08-13 11:11:34 +02:00 committed by GitHub
commit 89e2a2cb36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,14 +79,14 @@ ram.runtime = "50M"
default = "errors_only"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/borgbackup/borg/archive/refs/tags/1.4.0.tar.gz"
sha256 = "88d0e37bee67398ee12414c18d67502a5dbf06b1a72fbffe2e20fcd5736e7320"
# Only here to bump the package version
prefetch = false
[resources.sources.main]
url = "https://github.com/borgbackup/borg/releases/download/1.4.0/borgbackup-1.4.0.tar.gz"
sha256 = "c54c45155643fa66fed7f9ff2d134ea0a58d0ac197c18781ddc2fb236bf6ed29"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "^borgbackup-.*.tar.gz)$"
prefetch = false
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/borgbackup/borg"
[resources.system_user]