network/bip: Updated for version 0.9.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-06 13:04:40 +13:00 committed by Willy Sudiarto Raharjo
parent 1a66fca315
commit 8afaf0ae22
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 8 deletions

View file

@ -27,8 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=bip PRGNAM=bip
VERSION=${VERSION:-0.9.0_rc3} VERSION=${VERSION:-0.9.0}
SRCVER=${SRCVER:-0.9.0-rc3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -72,9 +71,9 @@ set -e
rm -rf $PKG rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$SRCVER rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$SRCVER cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="bip" PRGNAM="bip"
VERSION="0.9.0_rc3" VERSION="0.9.0"
HOMEPAGE="https://bip.milkypond.org/" HOMEPAGE="https://bip.milkypond.org/"
DOWNLOAD="https://projects.duckcorp.org/attachments/download/87/bip-0.9.0-rc3.tar.gz" DOWNLOAD="https://projects.duckcorp.org/attachments/download/101/bip-0.9.0.tar.gz"
MD5SUM="f4c9af03b591d475396424e212fa41e2" MD5SUM="2ef0fbf8c6a2e351bb6ce82ca8a5afd2"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""