graphics/converseen: Updated for version 0.9.9.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c5465dab75
commit
dedcc2a773
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=converseen
|
||||
VERSION=${VERSION:-0.9.9.5}
|
||||
VERSION=${VERSION:-0.9.9.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -38,9 +38,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="converseen"
|
||||
VERSION="0.9.9.5"
|
||||
VERSION="0.9.9.6"
|
||||
HOMEPAGE="https://converseen.fasterland.net/"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/converseen/converseen-0.9.9.5.tar.bz2"
|
||||
MD5SUM="5a5fd84cf7d1daabc0db3809faf8a5d3"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/converseen/converseen-0.9.9.6.tar.bz2"
|
||||
MD5SUM="25f7d89189471b59b11f11c7dd3fc83a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue