diff options
-rw-r--r-- | games/puNES/puNES.SlackBuild | 4 | ||||
-rw-r--r-- | games/puNES/puNES.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/puNES/puNES.SlackBuild b/games/puNES/puNES.SlackBuild index 0dadc6188576..de571c4741e8 100644 --- a/games/puNES/puNES.SlackBuild +++ b/games/puNES/puNES.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for puNES -# Copyright 2018-2019 Hunter Sezen California, USA +# Copyright 2018-2020 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=puNES -VERSION=${VERSION:-0.105} +VERSION=${VERSION:-0.106} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/games/puNES/puNES.info b/games/puNES/puNES.info index 1cc2e1dd6de5..01f63cf54220 100644 --- a/games/puNES/puNES.info +++ b/games/puNES/puNES.info @@ -1,8 +1,8 @@ PRGNAM="puNES" -VERSION="0.105" +VERSION="0.106" HOMEPAGE="https://github.com/punesemu/puNES" -DOWNLOAD="https://github.com/punesemu/puNES/archive/v0.105/puNES-0.105.tar.gz" -MD5SUM="5c75d2071ac69a2f67d6c735b982e632" +DOWNLOAD="https://github.com/punesemu/puNES/archive/v0.106/puNES-0.106.tar.gz" +MD5SUM="e85ba4a99e933abee5df72f98bbbc7a9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="qt5" |