crawl: update to 0.18.0.
This commit is contained in:
parent
f28010521e
commit
3c753bf23c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'crawl'
|
# Template file for 'crawl'
|
||||||
pkgname=crawl
|
pkgname=crawl
|
||||||
version=0.17.1
|
version=0.18.0
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc="crawl-ref/source"
|
build_wrksrc="crawl-ref/source"
|
||||||
make_build_args="prefix=/usr bin_prefix=bin"
|
make_build_args="prefix=/usr bin_prefix=bin"
|
||||||
|
@ -11,7 +11,7 @@ maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://crawl.develz.org/"
|
homepage="http://crawl.develz.org/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||||
checksum=e19645994bb90c15a1d114437afc906f730e5b0342a35270cb9a5a2b79143491
|
checksum=b5fad4699a078c70a493b997ecdbfe3ac9af2daa39e47db7676489d314b4502c
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|
Loading…
Reference in New Issue