diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-09-01 23:08:50 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-01 23:08:50 +0700 |
commit | be92fafd1d5575efb66a31fc80ed09c75dc5e62d (patch) | |
tree | 0b28ced3300739e3b3848f8ca499c019096c773d /games/devilutionx | |
parent | faca89845c1d162e9d4d08e9d653b1ec04362819 (diff) |
games/devilutionx: Updated for version 1.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/devilutionx')
-rw-r--r-- | games/devilutionx/devilutionx.SlackBuild | 14 | ||||
-rw-r--r-- | games/devilutionx/devilutionx.info | 22 |
2 files changed, 18 insertions, 18 deletions
diff --git a/games/devilutionx/devilutionx.SlackBuild b/games/devilutionx/devilutionx.SlackBuild index 2ff203617097..28033d1de9bc 100644 --- a/games/devilutionx/devilutionx.SlackBuild +++ b/games/devilutionx/devilutionx.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for devilutionx -# Copyright 2022 Steven Voges <svoges.sbo@gmail.com> +# Copyright 2022-2023 Steven Voges <svoges.sbo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,11 +26,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=devilutionx SRCNAM=devilutionX -VERSION=${VERSION:-1.4.1} -LIBMPQ=${LIBMPQ:-0f10bd1600f406b13932bf5351ba713361262184} -LIBSMACKERDEC=${LIBSMACKERDEC:-2997ee0e41e91bb723003bc09234be553b190e38} -LIBZT=${LIBZT:-37a2efb0b925df632299ef07dc78c0af5f6b4756} -ZEROTIERONE=${ZEROTIERONE:-7f026edea747525189da8d5a58b3a6ff59190246} +VERSION=${VERSION:-1.5.0} +LIBMPQ=${LIBMPQ:-b78d66c6fee6a501cc9b95d8556a129c68841b05} +LIBSMACKERDEC=${LIBSMACKERDEC:-91e732bb6953489077430572f43fc802bf2c75b2} +LIBZT=${LIBZT:-d6c6a069a5041a3e89594c447ced3f15d77618b8} +ZEROTIERONE=${ZEROTIERONE:-b0b342579adf6cec3ee26ec7c6148ec66d01709f} LWIP=${LWIP:-32708c0a8b140efb545cc35101ee5fdeca6d6489} LWIPCONTRIB=${LWIPCONTRIB:-a57a8a213067912168baf978864a6f1adaacc042} BUILD=${BUILD:-1} @@ -129,7 +129,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - *.md LICENSE docs \ + *.md VERSION docs \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/games/devilutionx/devilutionx.info b/games/devilutionx/devilutionx.info index 26c5fae9082d..57cdb970d23f 100644 --- a/games/devilutionx/devilutionx.info +++ b/games/devilutionx/devilutionx.info @@ -1,18 +1,18 @@ PRGNAM="devilutionx" -VERSION="1.4.1" +VERSION="1.5.0" HOMEPAGE="https://github.com/diasurgical/devilutionX" -DOWNLOAD="https://github.com/diasurgical/devilutionX/archive/1.4.1/devilutionX-1.4.1.tar.gz \ - https://github.com/diasurgical/libmpq/archive/0f10bd1600f406b13932bf5351ba713361262184/libmpq-0f10bd1600f406b13932bf5351ba713361262184.tar.gz \ - https://github.com/diasurgical/libsmackerdec/archive/2997ee0e41e91bb723003bc09234be553b190e38/libsmackerdec-2997ee0e41e91bb723003bc09234be553b190e38.tar.gz \ - https://github.com/diasurgical/libzt/archive/37a2efb0b925df632299ef07dc78c0af5f6b4756/libzt-37a2efb0b925df632299ef07dc78c0af5f6b4756.tar.gz \ - https://github.com/diasurgical/ZeroTierOne/archive/7f026edea747525189da8d5a58b3a6ff59190246/ZeroTierOne-7f026edea747525189da8d5a58b3a6ff59190246.tar.gz \ +DOWNLOAD="https://github.com/diasurgical/devilutionX/archive/1.5.0/devilutionX-1.5.0.tar.gz \ + https://github.com/diasurgical/libmpq/archive/b78d66c6fee6a501cc9b95d8556a129c68841b05/libmpq-b78d66c6fee6a501cc9b95d8556a129c68841b05.tar.gz \ + https://github.com/diasurgical/libsmackerdec/archive/91e732bb6953489077430572f43fc802bf2c75b2/libsmackerdec-91e732bb6953489077430572f43fc802bf2c75b2.tar.gz \ + https://github.com/diasurgical/libzt/archive/d6c6a069a5041a3e89594c447ced3f15d77618b8/libzt-d6c6a069a5041a3e89594c447ced3f15d77618b8.tar.gz \ + https://github.com/diasurgical/ZeroTierOne/archive/b0b342579adf6cec3ee26ec7c6148ec66d01709f/ZeroTierOne-b0b342579adf6cec3ee26ec7c6148ec66d01709f.tar.gz \ https://github.com/joseph-henry/lwip/archive/32708c0a8b140efb545cc35101ee5fdeca6d6489/lwip-32708c0a8b140efb545cc35101ee5fdeca6d6489.tar.gz \ https://github.com/diasurgical/lwip-contrib/archive/a57a8a213067912168baf978864a6f1adaacc042/lwip-contrib-a57a8a213067912168baf978864a6f1adaacc042.tar.gz" -MD5SUM="bcf84b314e136acddfcb21fab52b64bf \ - c165f1a0c0ce13470e22d9cb5de62590 \ - 04d8ccd5bed0c78ee23e777c323d87ee \ - cc95891f1e8fb96d60ff98b8f3c1579b \ - 1ad82e4a1e909e632306971b91524ebf \ +MD5SUM="bfc40551353acd487b3b233c617487a8 \ + da531a1a6f719e89798a26e679ffc329 \ + c3b1ecbe702266e149b158178a03e2b3 \ + 91089ccbb3edd29bfbdcd535ae0be2f5 \ + 5e61d98f6635e135f8cfe62f77a669f3 \ 688cda39d46a1b2fdf23c1cdafbf6cfb \ ee5e810b1d00123bc6fc5c66ca84f967" DOWNLOAD_x86_64="" |