aboutsummaryrefslogtreecommitdiff
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
parent9c28eed46ff77b5aca81cc6b9f4784c4b37b68ca (diff)
downloadalpine_aports-988dd094caa1823cdaacc0de38cd21a661a6e9ca.tar.bz2
alpine_aports-988dd094caa1823cdaacc0de38cd21a661a6e9ca.tar.xz
alpine_aports-988dd094caa1823cdaacc0de38cd21a661a6e9ca.zip
testing/lua-filesystem: upgrade to 1.5.0
-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 4c6d6d7b15..2864086990 100644
--- a/testing/lua-filesystem/APKBUILD
+++ b/testing/lua-filesystem/APKBUILD
@@ -1,8 +1,7 @@
1# Contributor: 1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
2# Maintainer:
3pkgname=lua-filesystem 2pkgname=lua-filesystem
4pkgver=1.4.2 3pkgver=1.5.0
5pkgrel=1 4pkgrel=0
6pkgdesc="Lua library to complement the set of functions related to file systems" 5pkgdesc="Lua library to complement the set of functions related to file systems"
7url="http://www.keplerproject.org/luafilesystem/" 6url="http://www.keplerproject.org/luafilesystem/"
8license="GPL" 7license="GPL"
@@ -10,7 +9,7 @@ depends=
10makedepends="lua-dev" 9makedepends="lua-dev"
11install= 10install=
12subpackages= 11subpackages=
13source="http://luaforge.net/frs/download.php/3931/luafilesystem-1.4.2.tar.gz" 12source="http://github.com/downloads/keplerproject/luafilesystem/luafilesystem-$pkgver.tar.gz"
14 13
15_builddir="$srcdir"/luafilesystem-$pkgver 14_builddir="$srcdir"/luafilesystem-$pkgver
16prepare() { 15prepare() {
@@ -28,4 +27,4 @@ package() {
28 make LUA_LIBDIR="$pkgdir"/usr/lib/lua/5.1 install 27 make LUA_LIBDIR="$pkgdir"/usr/lib/lua/5.1 install
29} 28}
30 29
31md5sums="8e7b2a9b899d669280456d0f95afd961 luafilesystem-1.4.2.tar.gz" 30md5sums="3cf4882bbce956e7a0b010f148f194a3 luafilesystem-1.5.0.tar.gz"