mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Upgrade sources
- `main` v1.4.0: https://github.com/borgbackup/borg/releases/tag/1.4.0
This commit is contained in:
parent
f752f415d9
commit
e5a1f06254
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ 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"]
|
||||
|
||||
|
@ -78,8 +78,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