diff options
author | newHeiko <35038740+newHeiko@users.noreply.github.com> | 2024-07-13 20:33:54 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-15 10:14:54 +0700 |
commit | bff485d0a6a84d36d3a1c34b8045bc5ad1d99212 (patch) | |
tree | 49a350da5ea710af356bdf712acc98d2c32e3dc0 /games/openttd | |
parent | 32a92eeea870339b447f363f81bbaba977c442f0 (diff) |
games/openttd: Updated for version 14.1
Remove unused variable LIBDIRSUFFIX.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/openttd.SlackBuild | 6 | ||||
-rw-r--r-- | games/openttd/openttd.info | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/games/openttd/openttd.SlackBuild b/games/openttd/openttd.SlackBuild index dcf0ae6f508e..e6b364f06e83 100644 --- a/games/openttd/openttd.SlackBuild +++ b/games/openttd/openttd.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=openttd -VERSION=${VERSION:-14.0} +VERSION=${VERSION:-14.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -65,16 +65,12 @@ OPENDATA=${OPENDATA:-YES} if [ "$ARCH" = "i586" ]; then SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC " - LIBDIRSUFFIX="64" else SLKCFLAGS="-O2" - LIBDIRSUFFIX="" fi set -e diff --git a/games/openttd/openttd.info b/games/openttd/openttd.info index 88fd22d9c2e6..4eef17923bc2 100644 --- a/games/openttd/openttd.info +++ b/games/openttd/openttd.info @@ -1,11 +1,11 @@ PRGNAM="openttd" -VERSION="14.0" +VERSION="14.1" HOMEPAGE="http://www.openttd.org" -DOWNLOAD="https://cdn.openttd.org/openttd-releases/14.0/openttd-14.0-source.tar.xz \ +DOWNLOAD="https://cdn.openttd.org/openttd-releases/14.1/openttd-14.1-source.tar.xz \ https://cdn.openttd.org/opengfx-releases/7.1/opengfx-7.1-all.zip \ https://cdn.openttd.org/openmsx-releases/0.4.2/openmsx-0.4.2-all.zip \ https://cdn.openttd.org/opensfx-releases/1.0.3/opensfx-1.0.3-all.zip" -MD5SUM="f8244406ab5a1efcdf4fe8d173516a5a \ +MD5SUM="cb708ae418a12175385267e0dd74b4f6 \ f3cd9de89db7caf37a2e5c4c70fb1304 \ 7f853e6b6e673268165a09265ed284b0 \ 4cd2a4f8b2e160f8754736beb4d31ccd" |