diff options
-rw-r--r-- | system/btrbk/btrbk.SlackBuild | 6 | ||||
-rw-r--r-- | system/btrbk/btrbk.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/system/btrbk/btrbk.SlackBuild b/system/btrbk/btrbk.SlackBuild index 7063032defe9e..649800249e30f 100644 --- a/system/btrbk/btrbk.SlackBuild +++ b/system/btrbk/btrbk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for btrbk -# Copyright 2020 Alan Aversa +# Copyright 2022 Alan Aversa # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=btrbk -VERSION=${VERSION:-0.31.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.32.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch diff --git a/system/btrbk/btrbk.info b/system/btrbk/btrbk.info index 2d33d2162af72..b4812f664dfcb 100644 --- a/system/btrbk/btrbk.info +++ b/system/btrbk/btrbk.info @@ -1,8 +1,8 @@ PRGNAM="btrbk" -VERSION="0.31.0" +VERSION="0.32.1" HOMEPAGE="https://digint.ch/btrbk/" -DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.31.0.tar.xz" -MD5SUM="e6d430a3145d021672f11a2a5dbe05b3" +DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.32.1.tar.xz" +MD5SUM="311d5650d76a40b78e83805399acb5de" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |