mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/bip: Updated for version 0.9.0-rc.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
parent
155a9093b6
commit
938029485a
2 changed files with 9 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for Bip
|
||||
|
||||
# Copyright 2007-2009 Chess Griffin <chess@chessgriffin.com>
|
||||
# Copyright 2011 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# Copyright 2011-2017 Erik W. Hanson, Minneapolis, MN, USA
|
||||
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -25,7 +25,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=bip
|
||||
VERSION=${VERSION:-0.8.9}
|
||||
VERSION=${VERSION:-0.9.0_rc.1}
|
||||
SRCVER=${SRCVER:-0.9.0-rc.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -61,9 +62,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="bip"
|
||||
VERSION="0.8.9"
|
||||
VERSION="0.9.0-rc.1"
|
||||
HOMEPAGE="https://bip.milkypond.org/"
|
||||
DOWNLOAD="https://projects.duckcorp.org/attachments/download/61/bip-0.8.9.tar.gz"
|
||||
MD5SUM="04158ad020db221ed87cdc03660ef6c9"
|
||||
DOWNLOAD="https://projects.duckcorp.org/attachments/download/79/bip-0.9.0-rc.1.tar.gz"
|
||||
MD5SUM="8c7079d51f13ce4799c750f89ebc1b41"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue