summaryrefslogtreecommitdiffstats
path: root/games/gnubg
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnubg')
-rw-r--r--games/gnubg/gnubg.SlackBuild15
-rw-r--r--games/gnubg/gnubg.info8
2 files changed, 10 insertions, 13 deletions
diff --git a/games/gnubg/gnubg.SlackBuild b/games/gnubg/gnubg.SlackBuild
index e1fa06c88d..307598ed5e 100644
--- a/games/gnubg/gnubg.SlackBuild
+++ b/games/gnubg/gnubg.SlackBuild
@@ -25,19 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gnubg
-VERSION=${VERSION:-1.05.000}
+VERSION=${VERSION:-1.06.002}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-# 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
-fi
-
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
@@ -50,6 +42,11 @@ if [ -z "$ARCH" ]; then
esac
fi
+if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
+ echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
+ exit 0
+fi
+
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
diff --git a/games/gnubg/gnubg.info b/games/gnubg/gnubg.info
index 1177b1233d..ef27aa0d93 100644
--- a/games/gnubg/gnubg.info
+++ b/games/gnubg/gnubg.info
@@ -1,8 +1,8 @@
PRGNAM="gnubg"
-VERSION="1.05.000"
-HOMEPAGE="http://www.gnubg.org/"
-DOWNLOAD="http://gnubg.org/media/sources/gnubg-release-1.05.000-sources.tar.gz"
-MD5SUM="2c2d291deedcb72d1fcbbd8faf90d55c"
+VERSION="1.06.002"
+HOMEPAGE="https://www.gnubg.org/"
+DOWNLOAD="https://ftp.gnu.org/gnu/gnubg/gnubg-release-1.06.002-sources.tar.gz"
+MD5SUM="d3823526d5c503a961024d761adefd5e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""