summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2017-07-08 19:22:44 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-07-12 22:48:33 +0700
commit938029485acb2740469a9a8066c891912d70f8bd (patch)
tree30d163acbadb50ec9ead1de97bca152fb98185b5 /network
parent155a9093b6ce0f03b82ffc1681212eedbdea0876 (diff)
downloadslackbuilds-938029485acb2740469a9a8066c891912d70f8bd.tar.gz
slackbuilds-938029485acb2740469a9a8066c891912d70f8bd.tar.xz
network/bip: Updated for version 0.9.0-rc.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
Diffstat (limited to 'network')
-rw-r--r--network/bip/bip.SlackBuild11
-rw-r--r--network/bip/bip.info6
2 files changed, 9 insertions, 8 deletions
diff --git a/network/bip/bip.SlackBuild b/network/bip/bip.SlackBuild
index 0e5dde5bee..ff57192f99 100644
--- a/network/bip/bip.SlackBuild
+++ b/network/bip/bip.SlackBuild
@@ -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 \
diff --git a/network/bip/bip.info b/network/bip/bip.info
index ff336ae56d..7fcc32c0d2 100644
--- a/network/bip/bip.info
+++ b/network/bip/bip.info
@@ -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=""