diff options
author | B. Watson <yalhcru@gmail.com> | 2018-01-23 03:03:14 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-27 07:43:52 +0700 |
commit | 35cd4675691967bb8b0636f1365c4e48467696cb (patch) | |
tree | a98a8bd954dc8eef9c8ae79243086c53847db7f5 /games/zsnes/zsnes.info | |
parent | f06c9cfe6b4d0d82fa18c3d578cb4cb3b949d8b8 (diff) |
games/zsnes: Partial 64-bit support.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/zsnes/zsnes.info')
-rw-r--r-- | games/zsnes/zsnes.info | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/zsnes/zsnes.info b/games/zsnes/zsnes.info index d30e8e0dc13da..ab7ebe77cbc1d 100644 --- a/games/zsnes/zsnes.info +++ b/games/zsnes/zsnes.info @@ -3,8 +3,10 @@ VERSION="1.51b" HOMEPAGE="http://www.zsnes.com" DOWNLOAD="http://zsnes.sf.net/zsnes151bsrc.tar.bz2" MD5SUM="904ee432f378609176ed30c01cf6ea28" -DOWNLOAD_x86_64="UNSUPPORTED" -MD5SUM_x86_64="" +DOWNLOAD_x86_64="http://zsnes.sf.net/zsnes151bsrc.tar.bz2 \ + http://urchlay.naptime.net/~urchlay/src/zsnes.static.xz" +MD5SUM_x86_64="904ee432f378609176ed30c01cf6ea28 \ + c2289a3cbe04b62fda1f4b896c04b275" REQUIRES="" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |