aboutsummaryrefslogtreecommitdiff
path: root/system/borgmatic
diff options
context:
space:
mode:
authorAndrzej Telszewski <andrzej@telszewski.com>2024-07-13 11:12:48 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-15 10:00:38 +0700
commit248ccd45d32618cf13aed7a7251a0e5586aeef53 (patch)
treebe85d2b7d5ca05de19b2a23a4e077443a61e0805 /system/borgmatic
parentd449f7ced0675a8f32afa3a14570f4fb90a85564 (diff)
system/borgmatic: Update for version 1.8.13
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/borgmatic')
-rw-r--r--system/borgmatic/borgmatic.SlackBuild4
-rw-r--r--system/borgmatic/borgmatic.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/borgmatic/borgmatic.SlackBuild b/system/borgmatic/borgmatic.SlackBuild
index 5de1de36bb544..af866a6e6a495 100644
--- a/system/borgmatic/borgmatic.SlackBuild
+++ b/system/borgmatic/borgmatic.SlackBuild
@@ -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}
diff --git a/system/borgmatic/borgmatic.info b/system/borgmatic/borgmatic.info
index ad7697d67f8bc..dd86356b1db2c 100644
--- a/system/borgmatic/borgmatic.info
+++ b/system/borgmatic/borgmatic.info
@@ -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"