diff options
author | Hunter Sezen <orbea@riseup.net> | 2019-08-24 07:18:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 07:18:39 +0700 |
commit | 52196f6a6d8c36df181e2d734b9d00044d33e7b8 (patch) | |
tree | 35128b1622e938fd00af58d38ad3963641851065 /games | |
parent | a6549e387009e09b34f8b237e0c638ff6aab8fcc (diff) |
games/puNES: Updated for version 0.105.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/puNES/puNES.SlackBuild | 2 | ||||
-rw-r--r-- | games/puNES/puNES.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/puNES/puNES.SlackBuild b/games/puNES/puNES.SlackBuild index 3aaa1e9e95b0..0dadc6188576 100644 --- a/games/puNES/puNES.SlackBuild +++ b/games/puNES/puNES.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=puNES -VERSION=${VERSION:-0.104} +VERSION=${VERSION:-0.105} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/puNES/puNES.info b/games/puNES/puNES.info index 775658fae851..1cc2e1dd6de5 100644 --- a/games/puNES/puNES.info +++ b/games/puNES/puNES.info @@ -1,8 +1,8 @@ PRGNAM="puNES" -VERSION="0.104" +VERSION="0.105" HOMEPAGE="https://github.com/punesemu/puNES" -DOWNLOAD="https://github.com/punesemu/puNES/archive/v0.104/puNES-0.104.tar.gz" -MD5SUM="28fc9bf4d13111c3e469da0753d50e3e" +DOWNLOAD="https://github.com/punesemu/puNES/archive/v0.105/puNES-0.105.tar.gz" +MD5SUM="5c75d2071ac69a2f67d6c735b982e632" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |