diff options
author | Nathaniel Russell <naterussell83@gmail.com> | 2022-11-20 09:17:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-20 09:17:28 +0700 |
commit | 36bf3ce1ee0565e97c1eb2c8730fc243a0dab664 (patch) | |
tree | 9dfcfedc080d1f2b5691358b055b68b3d0d57dd3 /games | |
parent | 61a8af9ceeef288ddfa92cea16d9b44628e68842 (diff) |
games/citra: Updated for version 0.1812.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/citra/citra.SlackBuild | 6 | ||||
-rw-r--r-- | games/citra/citra.info | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/citra/citra.SlackBuild b/games/citra/citra.SlackBuild index 66a9c761a241b..01b421c8eb828 100644 --- a/games/citra/citra.SlackBuild +++ b/games/citra/citra.SlackBuild @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=citra SRCNAM=$PRGNAM-nightly-nightly -PRGVER=${PRGVER:-"1811"} -VERSION=${VERSION:-0.1811} +PRGVER=${PRGVER:-"1812"} +VERSION=${VERSION:-0.1812} BOOST=${BOOST:-66937ea62d126a92b5057e3fd9ceac7c44daf4f5} CATCH=${CATCH:-dc001fa935d71b4b77f263fce405c9dbdfcbfe28} CPPJWT=${CPPJWT:-e12ef06218596b52d9b5d6e1639484866a8e7067} @@ -143,7 +143,7 @@ tar xvf $CWD/zstd-$ZSTD.tar.gz -C \ # citra checks for external components by checking for their .git files. # Since these are not included when we downloaded the commit tarballs, we'll create them. echo "gitdir: ../../.git/modules/boost" > $DEPS/boost/.git -echo "gitdir: ../../.git/modules/catch" > $DEPS/catch2/.git +echo "gitdir: ../../.git/modules/catch2" > $DEPS/catch2/.git echo "gitdir: ../../.git/modules/cpp-jwt" > $DEPS/cpp-jwt/.git echo "gitdir: ../../.git/modules/cryptopp" > $DEPS/cryptopp/cryptopp/.git echo "gitdir: ../../.git/modules/cubeb" > $DEPS/cubeb/.git diff --git a/games/citra/citra.info b/games/citra/citra.info index d53cbb317e749..41a4668673da5 100644 --- a/games/citra/citra.info +++ b/games/citra/citra.info @@ -1,11 +1,11 @@ PRGNAM="citra" -VERSION="0.1811" +VERSION="0.1812" HOMEPAGE="https://citra-emu.org/" DOWNLOAD="UNSUPPORTED" MD5SUM="" DOWNLOAD_x86_64="https://github.com/citra-emu/ext-boost/archive/66937ea62d126a92b5057e3fd9ceac7c44daf4f5/boost-66937ea62d126a92b5057e3fd9ceac7c44daf4f5.tar.gz \ https://github.com/catchorg/Catch2/archive/dc001fa935d71b4b77f263fce405c9dbdfcbfe28/catch-dc001fa935d71b4b77f263fce405c9dbdfcbfe28.tar.gz \ - https://github.com/citra-emu/citra-nightly/archive/nightly-1811/citra-nightly-nightly-1811.tar.gz \ + https://github.com/citra-emu/citra-nightly/archive/nightly-1811/citra-nightly-nightly-1812.tar.gz \ https://github.com/arun11299/cpp-jwt/archive/e12ef06218596b52d9b5d6e1639484866a8e7067/cpp-jwt-e12ef06218596b52d9b5d6e1639484866a8e7067.tar.gz \ https://github.com/weidai11/cryptopp/archive/f2102243e6fdd48c0b2a393a0993cca228f20573/cryptopp-f2102243e6fdd48c0b2a393a0993cca228f20573.tar.gz \ https://github.com/kinetiknz/cubeb/archive/dc511c6b3597b6384d28949285b9289e009830ea/cubeb-dc511c6b3597b6384d28949285b9289e009830ea.tar.gz \ |