diff options
Diffstat (limited to 'games/instead')
-rw-r--r-- | games/instead/instead.SlackBuild | 4 | ||||
-rw-r--r-- | games/instead/instead.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild index c3371bd636c4..417d8d0156dd 100644 --- a/games/instead/instead.SlackBuild +++ b/games/instead/instead.SlackBuild @@ -4,7 +4,7 @@ # Written by Andrew Lobanov <spline @ rooker dot ru> PRGNAM=instead -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -57,7 +57,7 @@ cd build -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBINDIR=bin \ - -DDOCDIR=doc/instead \ + -DDOCDIR=doc/$PRGNAM-$VERSION \ -DMANDIR=man \ -DDATADIR=share/instead \ -DICONDIR=share/pixmaps \ diff --git a/games/instead/instead.info b/games/instead/instead.info index cd1a07939284..d466eee5526f 100644 --- a/games/instead/instead.info +++ b/games/instead/instead.info @@ -1,8 +1,8 @@ PRGNAM="instead" -VERSION="3.2.0" -HOMEPAGE="http://instead.syscall.ru/" -DOWNLOAD="http://downloads.sourceforge.net/project/instead/instead/3.2.0/instead_3.2.0.tar.gz" -MD5SUM="a732873f806fca857050b49240e7df3f" +VERSION="3.2.1" +HOMEPAGE="https://instead-hub.github.io/en/" +DOWNLOAD="https://github.com/instead-hub/instead/releases/download/3.2.1/instead_3.2.1.tar.gz" +MD5SUM="b105f00af6405bb0ef14af6489468099" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lua SDL2_mixer SDL2_image SDL2_ttf" |