diff options
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" |