aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-27 09:02:38 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-27 12:34:14 +0000
commitf1917186e2db54d4799b494c93fb6076fa6ff544 (patch)
tree99469b8247aad9c3b388c86901798192cf5b6b4b
parent1e55d547cacd9f5c446c09d9cff67c15ad2cfe87 (diff)
main/lua-cqueues: upgrade to 20200726
-rw-r--r--main/lua-cqueues/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/main/lua-cqueues/APKBUILD b/main/lua-cqueues/APKBUILD
index e066918af3f..85fabc2e9a8 100644
--- a/main/lua-cqueues/APKBUILD
+++ b/main/lua-cqueues/APKBUILD
@@ -3,7 +3,7 @@
_luaversions="5.1 5.2 5.3"
pkgname=lua-cqueues
_pkgname=cqueues
-pkgver=20190813
+pkgver=20200726
pkgrel=0
pkgdesc="Lua event loop using coroutines"
url="http://25thandclement.com/~william/projects/cqueues.html"
@@ -19,8 +19,6 @@ source="cqueues-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$p
builddir="$srcdir/cqueues-rel-$pkgver"
build() {
- cd "$builddir"
-
# Override the HAVE_* tests that depend on GLIBC. grep for "#define HAVE_" on new releases.
export CFLAGS="$CFLAGS -DHAVE_EVENTFD=1 -DHAVE_EPOLL_CREATE1=1 -DHAVE_PIPE2=1"
@@ -48,4 +46,4 @@ _package() {
echo 'rock_manifest = {}' > "$rockdir"/rock_manifest
}
-sha512sums="454843759a45c39f7953f7054be25dfa8251861bea0572846e50224db377d830dfe4e3a5c63bc7f2da1dcdbdf5859dd67052cd635e0f1c3361a24bd8c0634971 cqueues-20190813.tar.gz"
+sha512sums="f2198a2a887bca445fe480949e05ecc94c3112827dbd65d2de0258316beee12f6052fa2670560daab708421e669dde0ac581b365af6bb94a3fc6f322c8bc7547 cqueues-20200726.tar.gz"