aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-mpack/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-mpack/APKBUILD')
-rw-r--r--community/lua-mpack/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/lua-mpack/APKBUILD b/community/lua-mpack/APKBUILD
index 91dac203e25..71b4cfcc702 100644
--- a/community/lua-mpack/APKBUILD
+++ b/community/lua-mpack/APKBUILD
@@ -3,7 +3,7 @@
pkgname=lua-mpack
_rockname=mpack
_pkgname=libmpack-lua
-pkgver=1.0.9
+pkgver=1.0.12
pkgrel=0
pkgdesc="Libmpack bindings for Lua"
url="https://github.com/libmpack/libmpack-lua"
@@ -11,13 +11,12 @@ arch="all"
license="MIT"
makedepends="libmpack-dev>=1.0.5"
checkdepends="lua-busted"
-subpackages=""
source="$_pkgname-$pkgver.tar.gz::https://github.com/libmpack/$_pkgname/archive/$pkgver.tar.gz
skip-memleak-test.patch
dont-install-busted.patch"
builddir="$srcdir/$_pkgname-$pkgver"
-_luaversions="5.1 5.2 5.3"
+_luaversions="5.1 5.3 5.4"
for _v in $_luaversions; do
makedepends="$makedepends lua$_v-dev"
checkdepends="$checkdepends lua$_v-busted"
@@ -78,7 +77,7 @@ _subpackage() {
}
sha512sums="
-c663a6cb29c1ae3f88baf25d36b076c35b35b96a16f9df472f8063009dc70886071cc27bf9224aceb86afb5c590ac072fd484435f40ecc4961eabfb5df08f395 libmpack-lua-1.0.9.tar.gz
+7df730ba98c9530d948252f2efa70cb6d4f65b0fbc3443de2239145e9ce1aa12dfa8acbbfd4b87edf19a529e3595c7a8955e00235f69aa3535d353f7f9a1c7d0 libmpack-lua-1.0.12.tar.gz
af6b670c1007aa86b696798ede30d17addc45d27dd7e78be6e7bd4a3eac931a9ce47b8e12d8146dadf44c80d21917983a836915dd8f0c33abf3be0381a24a642 skip-memleak-test.patch
f688f34c6893dbb4590b93e14de459c33d8efe621a41699a36286b117b874fac37fe473ef46ad2f2855c4672d90defb600c7e93555989d0c45a4964fda49c5a9 dont-install-busted.patch
"