diff options
-rw-r--r-- | system/borgmatic/borgmatic.SlackBuild | 2 | ||||
-rw-r--r-- | system/borgmatic/borgmatic.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/borgmatic/borgmatic.SlackBuild b/system/borgmatic/borgmatic.SlackBuild index 05d95ce506..dbdeb020f1 100644 --- a/system/borgmatic/borgmatic.SlackBuild +++ b/system/borgmatic/borgmatic.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=borgmatic -VERSION=${VERSION:-1.9.14} +VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/borgmatic/borgmatic.info b/system/borgmatic/borgmatic.info index e099128066..07bee5dfce 100644 --- a/system/borgmatic/borgmatic.info +++ b/system/borgmatic/borgmatic.info @@ -1,8 +1,8 @@ PRGNAM="borgmatic" -VERSION="1.9.14" +VERSION="2.0.3" HOMEPAGE="https://torsion.org/borgmatic/" -DOWNLOAD="https://github.com/borgmatic-collective/borgmatic/archive/1.9.14/borgmatic-1.9.14.tar.gz" -MD5SUM="7ac815cd6e2e352efeb95a85aadf44df" +DOWNLOAD="https://github.com/borgmatic-collective/borgmatic/archive/2.0.3/borgmatic-2.0.3.tar.gz" +MD5SUM="dcc49ac27ab01f1ceb26e84ad51c930a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="borgbackup python3-ruamel.yaml python3-setuptools-opt" |