mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Update version and add autoupdate strategy
This commit is contained in:
parent
f752f415d9
commit
98d524c1b1
1 changed files with 6 additions and 4 deletions
|
@ -7,13 +7,15 @@ name = "Borg Backup"
|
|||
description.en = "Regularly create deduplicated, encrypted backups sent to another server using Borg"
|
||||
description.fr = "Créez régulièrement des sauvegardes dédupliquées et chiffées envoyées sur un autre serveur à l'aide de Borg"
|
||||
|
||||
version = "1.2.8~ynh2"
|
||||
version = "1.4.0~ynh1"
|
||||
|
||||
maintainers = ["ljf"]
|
||||
|
||||
[upstream]
|
||||
license = "BSD-3-Clause"
|
||||
website = "https://borgbackup.readthedocs.io"
|
||||
website = "https://www.borgbackup.org"
|
||||
admindoc = "https://borgbackup.readthedocs.io"
|
||||
code = "https://github.com/borgbackup/borg"
|
||||
cpe = "cpe:2.3:a:borg_project:borg"
|
||||
fund = "https://www.borgbackup.org/support/fund.html"
|
||||
|
||||
|
@ -78,8 +80,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/borgbackup/borg/archive/refs/tags/1.2.8.tar.gz"
|
||||
sha256 = "0b7d124191372dda45274fbf9e393b066992fcfef05fea63714f7c5c1843fc7c"
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue