adom: update to 3.3.3

This commit is contained in:
Robert Lowry 2019-05-03 13:55:43 -05:00 committed by Helmut Pozimski
parent 4b9693adeb
commit dd4e464d99

View file

@ -1,15 +1,15 @@
# Template file for 'adom' # Template file for 'adom'
pkgname=adom pkgname=adom
reverts=60_1 reverts=60_1
version=3.0.6 version=3.3.3
revision=1 revision=1
wrksrc=${pkgname} wrksrc=${pkgname}
depends="ncurses" depends="ncurses"
short_desc="A roguelike game with a quest-centric, plot driven structure" short_desc="Roguelike game with a quest-centric, plot driven structure"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="Proprietary" license="Proprietary"
homepage="http://www.adom.de" homepage="http://www.adom.de"
_download_url="http://www.ancardia.com/download" _download_url="https://www.adom.de/home/download/current"
nopie=yes nopie=yes
nostrip=yes nostrip=yes
repository=nonfree repository=nonfree
@ -21,16 +21,15 @@ case "${XBPS_TARGET_MACHINE}" in
;; ;;
x86_64) x86_64)
distfiles="${_download_url}/adom_linux_debian_64_${version}.tar.gz" distfiles="${_download_url}/adom_linux_debian_64_${version}.tar.gz"
checksum=588ddc3b680c8952fc1030747cca0047af64e48d1111eb014eaa094f44b6c9a5 checksum=b74a310e4180633d75ef26742933796261b475252a4123c6c492ee4ce96d48dd
;; ;;
i686) i686)
distfiles="${_download_url}/adom_linux_debian_32_${version}.tar.gz" distfiles="${_download_url}/adom_linux_debian_32_${version}.tar.gz"
checksum=7deeaebb87be28f4e44c98384161783a6d93aa5dc4aa2a11559acf24a64dd934 checksum=20a900c425236205668db3fb052491d9c4fd3ff30765b1281802ff8a7cc374dd
;; ;;
arm*) arm*)
_platform=arm distfiles="${_download_url}/adom_linux_arm_${version}.tar.gz"
distfiles="http://www.ancardia.com/download/adom_linux_arm_${version}.tar.gz" checksum=8a674bf077f816856ceda3e6312c4721435fc529dbd0bc95897828c887755c6f
checksum=ade13c0884a81144510dd45249add80d421b868bfe673dcafa64d0de3e49d5cf
;; ;;
*) *)
broken="Platform not supported." broken="Platform not supported."