urbanterror-data: update to 4.3.1.
This commit is contained in:
parent
f2a70745e1
commit
a888c05183
2 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'urbanterror-data'
|
||||
pkgname=urbanterror-data
|
||||
version=4.2.023
|
||||
version=4.3.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="UrbanTerror42"
|
||||
wrksrc="UrbanTerror43"
|
||||
hostmakedepends="unzip"
|
||||
short_desc="Urbanterror data files"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="Freeware"
|
||||
homepage="http://www.urbanterror.info"
|
||||
distfiles="http://cdn.urbanterror.info/urt/42/zips/UrbanTerror42_full${version##*.}.zip"
|
||||
checksum=e287e2a17432b81551f5c16e431d752484ce9be10508e756542f653757a29090
|
||||
distfiles="http://cdn.urbanterror.info/urt/43/releases/zips/UrbanTerror431_full.zip"
|
||||
checksum=9c19556ad462e45bfd97e6c8cc1fa04206719c13f7480e6fef4eb8fcc4f2d6b5
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/urbanterror
|
||||
vcopy q3ut4 usr/share/urbanterror
|
||||
vlicense q3ut4/readme42.txt
|
||||
vlicense q3ut4/readme43.txt
|
||||
}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
site="https://api.github.com/repos/Barbatos/ioq3-for-UrbanTerror-4/tags"
|
||||
pattern='"name":\s*"\K[^\d]*([\d\.]+)(?=")'
|
||||
pattern='release-\K([\d\.]+)'
|
||||
|
|
Loading…
Reference in a new issue