mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/b2: Updated for version 20231011_172305_4bd1939.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
78c3a887a1
commit
183f44f3f1
2 changed files with 5 additions and 5 deletions
|
@ -25,11 +25,11 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=b2
|
||||
VERSION=${VERSION:-20230710_222352_c78e90b}
|
||||
VERSION=${VERSION:-20231011_172305_4bd1939}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
TARBALL=${TARBALL:-b2-20230710-222352-c78e90b}
|
||||
TARBALL=${TARBALL:-b2-20231011-172305-4bd1939}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="b2"
|
||||
VERSION="20230710_222352_c78e90b"
|
||||
VERSION="20231011_172305_4bd1939"
|
||||
HOMEPAGE="https://github.com/tom-seddon/b2"
|
||||
DOWNLOAD="https://github.com/antonioleal/slackbuilds/raw/main/b2/b2-20230710-222352-c78e90b.tar.gz"
|
||||
MD5SUM="54fd06b7eae32aede83aef461451ab03"
|
||||
DOWNLOAD="https://github.com/antonioleal/myslackbuilds/raw/main/system/b2/b2-20231011-172305-4bd1939.tar.gz"
|
||||
MD5SUM="360acffd1c0a33989ad7f3c1679fe716"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="uuid"
|
||||
|
|
Loading…
Reference in a new issue