diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2012-10-17 11:02:22 +0000 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2012-10-17 11:02:22 +0000 |
commit | 62aedbdd5618bfd26ab2f2e58f73cbffe001d717 (patch) | |
tree | 2c38050fb69f06762c7e5078c7da16d27d943e2f /main/lua-filesystem/APKBUILD | |
parent | a1bd6d8340dba712a3ec441651902355cc02da22 (diff) | |
download | aports-62aedbdd5618bfd26ab2f2e58f73cbffe001d717.tar.bz2 aports-62aedbdd5618bfd26ab2f2e58f73cbffe001d717.tar.xz |
main/lua-filesystem: upgrade to 1.6.2
Diffstat (limited to 'main/lua-filesystem/APKBUILD')
-rw-r--r-- | main/lua-filesystem/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/lua-filesystem/APKBUILD b/main/lua-filesystem/APKBUILD index eefd598175..2668fae1ac 100644 --- a/main/lua-filesystem/APKBUILD +++ b/main/lua-filesystem/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua-filesystem -pkgver=1.5.0 -pkgrel=1 +pkgver=1.6.2 +pkgrel=0 pkgdesc="Lua library to complement the set of functions related to file systems" url="http://www.keplerproject.org/luafilesystem/" arch="all" @@ -28,4 +28,4 @@ package() { make LUA_LIBDIR="$pkgdir"/usr/lib/lua/5.1 install } -md5sums="3cf4882bbce956e7a0b010f148f194a3 luafilesystem-1.5.0.tar.gz" +md5sums="4e7ec93678c760c4e42cea7d28aafa13 luafilesystem-1.6.2.tar.gz" |