openra: update to 20180218
This commit is contained in:
parent
70102792c1
commit
82ed70e91b
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openra'
|
||||
pkgname=openra
|
||||
version=20171014
|
||||
version=20180218
|
||||
revision=1
|
||||
wrksrc="OpenRA-release-${version}"
|
||||
noarch=yes
|
||||
|
@ -16,7 +16,7 @@ short_desc="An open-source implementation of the Red Alert engine"
|
|||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="GPL-3"
|
||||
distfiles="https://github.com/OpenRA/OpenRA/archive/release-${version}.tar.gz"
|
||||
checksum=ea8a6c38f22c3432bd173c15e3f3d96a7bb47c39f73db5aa5ab6df7e6980ed5a
|
||||
checksum=8f8979f2124accea85e80e00e95573e82a46f0aa11f31d3167bf5f99a8df6ebc
|
||||
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site=http://www.openra.net/download/
|
||||
pattern='release-[0-9]{8}'
|
||||
pattern='(?<=release-)([0-9]{8})'
|
||||
|
|
Loading…
Reference in a new issue