diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-24 15:09:22 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-01-24 15:10:12 +0100 |
commit | e3034c082ecc33b26dac4981b1819edddf0b842e (patch) | |
tree | 4ad2ff0eca229dd89fcbac28e4c862e5bf779a8f /main/lua-expat | |
parent | 96cbe6f905ef1b9243a47b03c4c0b2616df80df2 (diff) | |
download | aports-e3034c082ecc33b26dac4981b1819edddf0b842e.tar.bz2 aports-e3034c082ecc33b26dac4981b1819edddf0b842e.tar.xz |
main/lua-expat: upgrade to 1.2.0
Diffstat (limited to 'main/lua-expat')
-rw-r--r-- | main/lua-expat/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/lua-expat/APKBUILD b/main/lua-expat/APKBUILD index 5336e5ba35..ab32fb83db 100644 --- a/main/lua-expat/APKBUILD +++ b/main/lua-expat/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Mika Havela <mika.havela@gmail.com> pkgname=lua-expat _name=luaexpat -pkgver=1.1 -pkgrel=2 +pkgver=1.2.0 +pkgrel=0 pkgdesc="LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is free software and uses the same license as Lua 5.0." url="http://luaforge.net/projects/luaexpat/" arch="all" @@ -11,7 +11,7 @@ license="MIT" depends="lua" makedepends="lua-dev expat-dev" install= -source="http://luaforge.net/frs/download.php/2469/$_name-$pkgver.tar.gz +source="http://matthewwild.co.uk/projects/$_name/$_name-$pkgver.tar.gz newconfig" replaces="luaexpat" @@ -27,5 +27,5 @@ package() { } -md5sums="6ecb895ccf5cff1e7f2facd438b1f8d0 luaexpat-1.1.tar.gz +md5sums="03efe50c7f30a34580701e6527d7bfee luaexpat-1.2.0.tar.gz eb947b7aa99b487289b02c1ab1b8ccd3 newconfig" |