diff options
author | Alan Aversa <alan.aveNOrsaSP@AMcox.net (remove NO and SPAM)> | 2023-01-06 02:52:43 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-07 08:13:37 +0700 |
commit | e41069af078a25bbb855fae4a436be45cce15e26 (patch) | |
tree | fc51865d9ce7eb46f53ba35343ee343145b89412 | |
parent | c4be83559e78b314dd131f9977de5cdf93d4ab63 (diff) |
system/btrbk: Updated for version 0.32.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | system/btrbk/btrbk.SlackBuild | 4 | ||||
-rw-r--r-- | system/btrbk/btrbk.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/system/btrbk/btrbk.SlackBuild b/system/btrbk/btrbk.SlackBuild index c98a56f09ba7..70253c9e74f2 100644 --- a/system/btrbk/btrbk.SlackBuild +++ b/system/btrbk/btrbk.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for btrbk -# Copyright 2022 Alan Aversa +# Copyright 2023 Alan Aversa # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=btrbk -VERSION=${VERSION:-0.32.2} +VERSION=${VERSION:-0.32.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/btrbk/btrbk.info b/system/btrbk/btrbk.info index c67b95637417..c08fa621bb31 100644 --- a/system/btrbk/btrbk.info +++ b/system/btrbk/btrbk.info @@ -1,8 +1,8 @@ PRGNAM="btrbk" -VERSION="0.32.2" +VERSION="0.32.5" HOMEPAGE="https://digint.ch/btrbk/" -DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.32.2.tar.xz" -MD5SUM="411dd520947a02e0867a5d02196e6c52" +DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.32.5.tar.xz" +MD5SUM="96c7075b71385c42ce2c180ab41e07c5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |