diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-04 21:31:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-04 21:31:17 +0000 |
commit | 896b6b9e585e1d182539a8e50ff8888cae296874 (patch) | |
tree | ff298192d53f1d9cbfc77c2496c5cdf75e5fff02 /testing | |
parent | b54ccd7ad929b24a01a6e7e0500958bb8f589665 (diff) | |
download | aports-896b6b9e585e1d182539a8e50ff8888cae296874.tar.bz2 aports-896b6b9e585e1d182539a8e50ff8888cae296874.tar.xz |
testing/lua-stdlib: upgrade to 13
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lua-stdlib/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/lua-stdlib/APKBUILD b/testing/lua-stdlib/APKBUILD index e0f459d86..9d9f5a021 100644 --- a/testing/lua-stdlib/APKBUILD +++ b/testing/lua-stdlib/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natnae pkgname=lua-stdlib -pkgver=12 +pkgver=13 pkgrel=0 pkgdesc="Lua library of modules for common programming tasks" url="http://luaforge.net/projects/stdlib/" @@ -9,7 +9,7 @@ depends= makedepends= install= subpackages="$pkgname-doc" -source="http://luaforge.net/frs/download.php/4232/stdlib-12.tar.gz" +source="http://luaforge.net/frs/download.php/4581/stdlib-13.tar.gz" _builddir="$srcdir"/stdlib _luashare=/usr/share/lua/5.1 @@ -25,4 +25,4 @@ package() { install -m644 modules/*.html "$pkgdir"/usr/share/doc/$pkgname/ } -md5sums="34b07fde9931279d265f23492a22483b stdlib-12.tar.gz" +md5sums="592cbfb622a0a9a7d8c6d7ca6657bc05 stdlib-13.tar.gz" |