From 938029485acb2740469a9a8066c891912d70f8bd Mon Sep 17 00:00:00 2001 From: Erik Hanson Date: Sat, 8 Jul 2017 19:22:44 -0500 Subject: network/bip: Updated for version 0.9.0-rc.1. Signed-off-by: Erik Hanson . --- network/bip/bip.SlackBuild | 11 ++++++----- network/bip/bip.info | 6 +++--- 2 files changed, 9 insertions(+), 8 deletions(-) (limited to 'network/bip') 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 -# 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="" -- cgit v1.2.3