games/xcpc: Updated for version 0.37.0, changed homepage.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2022-02-07 15:17:44 +01:00 committed by Willy Sudiarto Raharjo
parent fe58b78258
commit b3fe415b1a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@ xcpc: XCPC is a portable Amstrad CPC 464/664/6128 emulator written in C,
xcpc: designed to run on any POSIX compliant system, including Unix, Linux,
xcpc: BSD and having an X11 server.
xcpc:
xcpc: Homepage: http://xcpc.sourceforge.net
xcpc: Homepage: https://www.xcpc-emulator.net
xcpc:
xcpc:
xcpc:

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xcpc
VERSION=${VERSION:-20070122}
VERSION=${VERSION:-0.37.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="xcpc"
VERSION="20070122"
HOMEPAGE="http://xcpc.sourceforge.net"
DOWNLOAD="http://sourceforge.net/projects/xcpc/files/xcpc/xcpc-20070122/xcpc-20070122.tar.gz"
MD5SUM="6b9d1c94b37e1cc10312dd46bd0696b7"
VERSION="0.37.0"
HOMEPAGE="https://www.xcpc-emulator.net"
DOWNLOAD="https://bitbucket.org/ponceto/xcpc/downloads/xcpc-0.37.0.tar.gz"
MD5SUM="b6cfdec8b48e287b93d550a0b9bc3196"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libdsk"
REQUIRES=""
MAINTAINER="Dimitris Zlatanidis"
EMAIL="d.zlatanidis@gmail.com"