network/unicornscan: Fixed version number.

Made it 0.4.7_2 in both SlackBuild and .info.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
David Spencer 2013-11-24 23:51:55 +00:00 committed by Heinz Wiesinger
parent bbd582a3c2
commit b55c21e468
2 changed files with 8 additions and 5 deletions

View File

@ -24,10 +24,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=unicornscan
VERSION=${VERSION:-0.4.7}
VERSION=${VERSION:-0.4.7_2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCVER=$(echo $VERSION | tr _ -)
SHORTVER=$(echo $VERSION | sed 's/_.*//')
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
@ -60,9 +63,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION-2.tar.bz2
cd $PRGNAM-$VERSION
rm -rf $PRGNAM-$SHORTVER
tar xvf $CWD/$PRGNAM-$SRCVER.tar.bz2
cd $PRGNAM-$SHORTVER
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \

View File

@ -1,5 +1,5 @@
PRGNAM="unicornscan"
VERSION="0.4.7-2"
VERSION="0.4.7_2"
HOMEPAGE="http://unicornscan.org"
DOWNLOAD="http://unicornscan.org/releases/unicornscan-0.4.7-2.tar.bz2"
MD5SUM="4c5f272eb38c333c0094c32317edf758"