diff options
author | B. Watson <urchlay@slackware.uk> | 2024-08-13 02:50:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 18:14:17 +0700 |
commit | b62f95f5868a10264463e0eb09935cb2cbab9372 (patch) | |
tree | 0c0e93b07f289918d547f7726de00be2420d6d22 /games/cosmosmash | |
parent | c1fa1e6d70be82ec926d33e1a0700574d236cb38 (diff) |
games/cosmosmash: Updated for version 1.5.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/cosmosmash')
-rw-r--r-- | games/cosmosmash/cosmosmash.SlackBuild | 7 | ||||
-rw-r--r-- | games/cosmosmash/cosmosmash.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/games/cosmosmash/cosmosmash.SlackBuild b/games/cosmosmash/cosmosmash.SlackBuild index c8e12d3d6548b..9562ad3e74e39 100644 --- a/games/cosmosmash/cosmosmash.SlackBuild +++ b/games/cosmosmash/cosmosmash.SlackBuild @@ -6,10 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240813 bkw: update for v1.5.0. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cosmosmash -VERSION=${VERSION:-1.4.8} +VERSION=${VERSION:-1.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -70,10 +72,9 @@ CXXFLAGS="$SLKCFLAGS" \ --build=$ARCH-slackware-linux # put the docs in the right place -sed -i '/^docdir/s,datadir,prefix,' Makefile make -make install-strip DESTDIR=$PKG +make install-strip DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION gzip $PKG/usr/man/man?/*.? diff --git a/games/cosmosmash/cosmosmash.info b/games/cosmosmash/cosmosmash.info index 61aabdbcdd4c8..b566b8619756c 100644 --- a/games/cosmosmash/cosmosmash.info +++ b/games/cosmosmash/cosmosmash.info @@ -1,8 +1,8 @@ PRGNAM="cosmosmash" -VERSION="1.4.8" +VERSION="1.5.0" HOMEPAGE="http://perso.b2b2c.ca/~sarrazip/dev/cosmosmash.html" -DOWNLOAD="https://slackware.uk/~urchlay/src/cosmosmash-1.4.8.tar.gz" -MD5SUM="5ae2d6415b0ac1b44baee4a04280b354" +DOWNLOAD="http://perso.b2b2c.ca/~sarrazip/dev/cosmosmash-1.5.0.tar.gz" +MD5SUM="2757b428f789f21825925f7e9be813be" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="flatzebra" |