diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-12-03 19:44:52 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-09 07:50:05 +0700 |
commit | 466395d17c19ff119a73c4e35affac1c28b317d7 (patch) | |
tree | 1fbcafa47e83c60ce2cdda4cd562ad24d8e13261 /system/borgmatic | |
parent | 4fae5d62a5eeab07d7b4888f930b7e88748f107a (diff) |
system/borgmatic: Fix github tarball handling.
https://slackbuilds.org/GITHUB_URLs.txt
This avoids having differently named tarballs based on whether the
client respects content disposition headers or not.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/borgmatic')
-rw-r--r-- | system/borgmatic/borgmatic.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/borgmatic/borgmatic.info b/system/borgmatic/borgmatic.info index 0351f6cb0e..ad7697d67f 100644 --- a/system/borgmatic/borgmatic.info +++ b/system/borgmatic/borgmatic.info @@ -1,7 +1,7 @@ PRGNAM="borgmatic" VERSION="1.8.5" HOMEPAGE="https://torsion.org/borgmatic/" -DOWNLOAD="https://github.com/borgmatic-collective/borgmatic/archive/refs/tags/1.8.5.tar.gz" +DOWNLOAD="https://github.com/borgmatic-collective/borgmatic/archive/1.8.5/borgmatic-1.8.5.tar.gz" MD5SUM="2fd9db3e930fb54164ba943295ebcd23" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |