system/borgmatic: Update for version 1.8.13

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrzej Telszewski 2024-07-13 11:12:48 +02:00 committed by Willy Sudiarto Raharjo
parent d449f7ced0
commit 248ccd45d3
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for borgmatic
# Copyright 2023 Andrzej Telszewski, Koszalin
# Copyright 2024 Andrzej Telszewski, Koszalin
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=borgmatic
VERSION=${VERSION:-1.8.5}
VERSION=${VERSION:-1.8.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="borgmatic"
VERSION="1.8.5"
VERSION="1.8.13"
HOMEPAGE="https://torsion.org/borgmatic/"
DOWNLOAD="https://github.com/borgmatic-collective/borgmatic/archive/1.8.5/borgmatic-1.8.5.tar.gz"
MD5SUM="2fd9db3e930fb54164ba943295ebcd23"
DOWNLOAD="https://github.com/borgmatic-collective/borgmatic/archive/1.8.13/borgmatic-1.8.13.tar.gz"
MD5SUM="add5471649a1cdd8c65f6907a29a7aa2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="borgbackup colorama python3-ruamel.yaml"