system/btrbk: Updated for version 0.32.1.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ca5b5a7f2f
commit
c75b88c8d6
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue