summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-10-27 09:14:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-10-27 09:14:35 +0000
commit988dd094caa1823cdaacc0de38cd21a661a6e9ca (patch)
tree13764f4c371e26f811e4a111353eeab4bebbab41 /testing
parent9c28eed46ff77b5aca81cc6b9f4784c4b37b68ca (diff)
testing/lua-filesystem: upgrade to 1.5.0
Diffstat (limited to 'testing')
-rw-r--r--testing/lua-filesystem/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/testing/lua-filesystem/APKBUILD b/testing/lua-filesystem/APKBUILD
index 4c6d6d7b150..28640869908 100644
--- a/testing/lua-filesystem/APKBUILD
+++ b/testing/lua-filesystem/APKBUILD
@@ -1,8 +1,7 @@
-# Contributor:
-# Maintainer:
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua-filesystem
-pkgver=1.4.2
-pkgrel=1
+pkgver=1.5.0
+pkgrel=0
pkgdesc="Lua library to complement the set of functions related to file systems"
url="http://www.keplerproject.org/luafilesystem/"
license="GPL"
@@ -10,7 +9,7 @@ depends=
makedepends="lua-dev"
install=
subpackages=
-source="http://luaforge.net/frs/download.php/3931/luafilesystem-1.4.2.tar.gz"
+source="http://github.com/downloads/keplerproject/luafilesystem/luafilesystem-$pkgver.tar.gz"
_builddir="$srcdir"/luafilesystem-$pkgver
prepare() {
@@ -28,4 +27,4 @@ package() {
make LUA_LIBDIR="$pkgdir"/usr/lib/lua/5.1 install
}
-md5sums="8e7b2a9b899d669280456d0f95afd961 luafilesystem-1.4.2.tar.gz"
+md5sums="3cf4882bbce956e7a0b010f148f194a3 luafilesystem-1.5.0.tar.gz"