diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-18 16:50:09 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-18 22:37:31 +0100 |
commit | f1822e3dc3dfabcbaec559eaee009fdc34e3b5f9 (patch) | |
tree | a6b214e07f6ed934e36ac3ad9e868a28ad5658f3 | |
parent | c407b67ee27baddfd91b70b1ae47f350eab85a40 (diff) | |
download | aports-f1822e3dc3dfabcbaec559eaee009fdc34e3b5f9.tar.bz2 aports-f1822e3dc3dfabcbaec559eaee009fdc34e3b5f9.tar.xz |
main/lua-posix: upgrade to 5.1.23
-rw-r--r-- | main/lua-posix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lua-posix/APKBUILD b/main/lua-posix/APKBUILD index 81d1b27d56..2e206e6119 100644 --- a/main/lua-posix/APKBUILD +++ b/main/lua-posix/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua-posix _name=luaposix -pkgver=5.1.22 +pkgver=5.1.23 pkgrel=0 pkgdesc="POSIX library for Lua" url="https://github.com/luaposix/luaposix" @@ -39,4 +39,4 @@ curses() { mv "$pkgdir"/$_lualib/curses* "$subpkgdir"/$_lualib/ || return 1 mv "$pkgdir"/$_luashare/curses* "$subpkgdir"/$_luashare/ || return 1 } -md5sums="e5b30010b5cb32e596a15bc92faae3df luaposix-5.1.22.tar.gz" +md5sums="ebe7d335741ca736e003a6844a0fbf92 luaposix-5.1.23.tar.gz" |