adom: update to 3.3.3
This commit is contained in:
parent
4b9693adeb
commit
dd4e464d99
1 changed files with 7 additions and 8 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'adom'
|
||||
pkgname=adom
|
||||
reverts=60_1
|
||||
version=3.0.6
|
||||
version=3.3.3
|
||||
revision=1
|
||||
wrksrc=${pkgname}
|
||||
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>"
|
||||
license="Proprietary"
|
||||
homepage="http://www.adom.de"
|
||||
_download_url="http://www.ancardia.com/download"
|
||||
_download_url="https://www.adom.de/home/download/current"
|
||||
nopie=yes
|
||||
nostrip=yes
|
||||
repository=nonfree
|
||||
|
@ -21,16 +21,15 @@ case "${XBPS_TARGET_MACHINE}" in
|
|||
;;
|
||||
x86_64)
|
||||
distfiles="${_download_url}/adom_linux_debian_64_${version}.tar.gz"
|
||||
checksum=588ddc3b680c8952fc1030747cca0047af64e48d1111eb014eaa094f44b6c9a5
|
||||
checksum=b74a310e4180633d75ef26742933796261b475252a4123c6c492ee4ce96d48dd
|
||||
;;
|
||||
i686)
|
||||
distfiles="${_download_url}/adom_linux_debian_32_${version}.tar.gz"
|
||||
checksum=7deeaebb87be28f4e44c98384161783a6d93aa5dc4aa2a11559acf24a64dd934
|
||||
checksum=20a900c425236205668db3fb052491d9c4fd3ff30765b1281802ff8a7cc374dd
|
||||
;;
|
||||
arm*)
|
||||
_platform=arm
|
||||
distfiles="http://www.ancardia.com/download/adom_linux_arm_${version}.tar.gz"
|
||||
checksum=ade13c0884a81144510dd45249add80d421b868bfe673dcafa64d0de3e49d5cf
|
||||
distfiles="${_download_url}/adom_linux_arm_${version}.tar.gz"
|
||||
checksum=8a674bf077f816856ceda3e6312c4721435fc529dbd0bc95897828c887755c6f
|
||||
;;
|
||||
*)
|
||||
broken="Platform not supported."
|
||||
|
|
Loading…
Reference in a new issue