crawl: update to 0.25.0.
This commit is contained in:
parent
9dc2215786
commit
c8206ab8f2
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'crawl'
|
||||
pkgname=crawl
|
||||
version=0.24.1
|
||||
version=0.25.0
|
||||
revision=1
|
||||
build_wrksrc="crawl-ref/source"
|
||||
make_build_args="prefix=/usr bin_prefix=bin"
|
||||
|
@ -8,10 +8,10 @@ hostmakedepends="perl pkg-config python3 python3-yaml which"
|
|||
makedepends="ncurses-devel lua51-devel sqlite-devel zlib-devel"
|
||||
short_desc="Dungeon Crawl Stone Soup roguelike adventure"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://crawl.develz.org/"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=603388633d90dfebc98379cf821d670b7ecd6bf139700e33f32e54c59b8a0d11
|
||||
checksum=999438343bb1953508dc06535cf71907a118e1765b5c837ba56869859b6ed25c
|
||||
nocross=yes
|
||||
|
||||
post_extract() {
|
||||
|
|
Loading…
Reference in a new issue