summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2020-06-03 17:00:01 +1000
committerdaurnimator2020-06-03 17:00:01 +1000
commit4df7125cbcc5ff10103a385322635da0c08291c7 (patch)
treeee117768177ee0f79042afd40638bc55c50eb113
parentf1a2d331e3ef6eff570ed56074315b81411b4cc1 (diff)
downloadaur-4df7125cbcc5ff10103a385322635da0c08291c7.tar.gz
Update to 20200603
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a58bbd859831..89a1751348d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = lua-cqueues
- pkgver = 20190813
+ pkgver = 20200603
pkgrel = 1
url = http://25thandclement.com/~william/projects/cqueues.html
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = lua-cqueues
makedepends = lua51
makedepends = lua52
depends = openssl
- source = lua-cqueues-20190813.tar.gz::https://github.com/wahern/cqueues/archive/rel-20190813.tar.gz
- md5sums = 24b6f642514dabc9fb7996d2595060fa
+ source = lua-cqueues-20200603.tar.gz::https://github.com/wahern/cqueues/archive/rel-20200603.tar.gz
+ md5sums = 1c93648a274e780542b617d4729d4427
pkgname = lua-cqueues
pkgdesc = Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua 5.3
diff --git a/PKGBUILD b/PKGBUILD
index f2081dcbceb1..73c673b2884a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daurnimator <quae@daurnimator.com>
pkgname=('lua-cqueues' 'lua51-cqueues' 'lua52-cqueues')
-pkgver=20190813
+pkgver=20200603
pkgrel=1
arch=('x86_64')
url='http://25thandclement.com/~william/projects/cqueues.html'
@@ -9,7 +9,7 @@ license=('MIT')
makedepends=('lua' 'lua51' 'lua52')
depends=('openssl')
source=("$pkgname-$pkgver.tar.gz::https://github.com/wahern/cqueues/archive/rel-$pkgver.tar.gz")
-md5sums=('24b6f642514dabc9fb7996d2595060fa')
+md5sums=('1c93648a274e780542b617d4729d4427')
build() {
cd "cqueues-rel-$pkgver"