mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/btrbk: Updated for version 0.32.2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
362caa9df9
commit
608c09f52d
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=btrbk
|
||||
VERSION=${VERSION:-0.32.1}
|
||||
VERSION=${VERSION:-0.32.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="btrbk"
|
||||
VERSION="0.32.1"
|
||||
VERSION="0.32.2"
|
||||
HOMEPAGE="https://digint.ch/btrbk/"
|
||||
DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.32.1.tar.xz"
|
||||
MD5SUM="311d5650d76a40b78e83805399acb5de"
|
||||
DOWNLOAD="https://digint.ch/download/btrbk/releases/btrbk-0.32.2.tar.xz"
|
||||
MD5SUM="411dd520947a02e0867a5d02196e6c52"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue