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:
commit
89e2a2cb36
1 changed files with 7 additions and 7 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue