aboutsummaryrefslogtreecommitdiff
path: root/games/citra/citra.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'games/citra/citra.SlackBuild')
-rw-r--r--games/citra/citra.SlackBuild6
1 files changed, 3 insertions, 3 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