network/bip: Updated for version 0.8.9.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-12 22:23:39 +07:00 committed by Robby Workman
parent e79150525b
commit 2391fb8ae7
2 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bip
VERSION=0.8.8
VERSION=${VERSION:-0.8.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -65,11 +65,11 @@ rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,8 +1,8 @@
PRGNAM="bip"
VERSION="0.8.8"
VERSION="0.8.9"
HOMEPAGE="http://bip.milkypond.org/"
DOWNLOAD="https://projects.duckcorp.org/attachments/download/39/bip-0.8.8.tar.gz"
MD5SUM="261d53ead8a35d08caa7dc0f76566b98"
DOWNLOAD="https://projects.duckcorp.org/attachments/download/61/bip-0.8.9.tar.gz"
MD5SUM="04158ad020db221ed87cdc03660ef6c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""