diff options
author | Steven Voges <svoges.sbo@gmail.com> | 2023-01-20 05:20:54 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-21 10:22:05 +0700 |
commit | 9f7f7c36e756f6b6915e0465863761181486d97a (patch) | |
tree | dfbcd4391ab0e6b1936857f0e9869ccbf46544cd /games/mesen-x/mesen-x.SlackBuild | |
parent | 5a3d8e493b8878969c3f45f121395a2ba49be7dc (diff) |
games/mesen-x: Updated for version 0.9.9.3358.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/mesen-x/mesen-x.SlackBuild')
-rw-r--r-- | games/mesen-x/mesen-x.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/mesen-x/mesen-x.SlackBuild b/games/mesen-x/mesen-x.SlackBuild index 4461a6f47b96..854e15a41bda 100644 --- a/games/mesen-x/mesen-x.SlackBuild +++ b/games/mesen-x/mesen-x.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mesen-x -# Copyright 2022 Steven Voges <Oregon, USA> +# Copyright 2022-2023 Steven Voges <Oregon, USA> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mesen-x SRCNAM=Mesen-X -VERSION=${VERSION:-0.9.9.3334} -SRCVER=${SRCVER:-a6c9741c1f9addbffbf5b2ddfb3e6d77a6766538} +VERSION=${VERSION:-0.9.9.3358} +SRCVER=${SRCVER:-1f1c5afc605fe701a5ac63fc119d520f960f771a} MESENPLATFORM=${MESENPLATFORM:-x64} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |