aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Leal <antonio.leal@yahoo.com>2024-07-17 21:58:43 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-07-19 08:17:03 +0700
commitcc94c875d8702f5a642bfd78ed9cf1c7c8ffe4e1 (patch)
tree07133d93beb0a2354874af8ac6a64de566244320
parent84dc4fd03b7985a23f24285c7389e943d943987e (diff)
system/b2: Updated for version 20240710_232859_844adac.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/b2/b2.SlackBuild5
-rw-r--r--system/b2/b2.info6
2 files changed, 5 insertions, 6 deletions
diff --git a/system/b2/b2.SlackBuild b/system/b2/b2.SlackBuild
index fc60e14ed773..76c19e9352e3 100644
--- a/system/b2/b2.SlackBuild
+++ b/system/b2/b2.SlackBuild
@@ -25,11 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=b2
-VERSION=${VERSION:-20231011_172305_4bd1939}
+VERSION=${VERSION:-20240710_232859_844adac}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-TARBALL=${TARBALL:-b2-20231011-172305-4bd1939}
+TARBALL=${TARBALL:-b2-20240710-232859-844adac}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -108,7 +108,6 @@ cp doc/Command-Line.md $PKG/usr/doc/$PRGNAM-$VERSION
cp doc/File-Association.md $PKG/usr/doc/$PRGNAM-$VERSION
cp doc/Overview.md $PKG/usr/doc/$PRGNAM-$VERSION
cp doc/b2_notes.org $PKG/usr/doc/$PRGNAM-$VERSION
-cp doc/other-code-notes.md $PKG/usr/doc/$PRGNAM-$VERSION
# Symlinks
mkdir -p $PKG/usr/bin/
diff --git a/system/b2/b2.info b/system/b2/b2.info
index 427c0adc1a4c..83f59d8b1207 100644
--- a/system/b2/b2.info
+++ b/system/b2/b2.info
@@ -1,8 +1,8 @@
PRGNAM="b2"
-VERSION="20231011_172305_4bd1939"
+VERSION="20240710_232859_844adac"
HOMEPAGE="https://github.com/tom-seddon/b2"
-DOWNLOAD="https://github.com/antonioleal/myslackbuilds/raw/main/system/b2/b2-20231011-172305-4bd1939.tar.gz"
-MD5SUM="360acffd1c0a33989ad7f3c1679fe716"
+DOWNLOAD="https://github.com/antonioleal/myslackbuilds/raw/main/system/b2/b2-20240710-232859-844adac.tar.gz"
+MD5SUM="9e797d6233dcb7eb31a90f24d81b7b9e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="uuid"