aboutsummaryrefslogtreecommitdiffstats
path: root/community/lua-resty-http/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lua-resty-http/APKBUILD')
-rw-r--r--community/lua-resty-http/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/lua-resty-http/APKBUILD b/community/lua-resty-http/APKBUILD
index cb8d3d91bf6..160fceaade2 100644
--- a/community/lua-resty-http/APKBUILD
+++ b/community/lua-resty-http/APKBUILD
@@ -1,14 +1,14 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=lua-resty-http
-pkgver=0.16.1
+pkgver=0.17.2
pkgrel=0
pkgdesc="Lua HTTP client cosocket driver for OpenResty / ngx_lua"
-url="https://github.com/pintsized/lua-resty-http"
+url="https://github.com/ledgetech/lua-resty-http"
arch="noarch"
license="BSD-2-Clause"
depends="lua"
-source="$pkgname-$pkgver.tar.gz::https://github.com/pintsized/$pkgname/archive/v$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/ledgetech/lua-resty-http/archive/v$pkgver.tar.gz"
options="!check" # FIXME: tests require OpenResty and additional dependencies
for _v in 5.1 5.2 5.3; do
@@ -23,4 +23,6 @@ package() {
"$pkgdir"/usr/lib/luarocks/rocks-common/$pkgname/$pkgver-1
}
-sha512sums="34a9333083c5691b4163123e4e2cfbf2fb6f00b8517528e0778cb2a77ac24cacbe1b1a8978cf133b30863b1a89774e675f6a31152f0c7bb78e58ab500d03774d lua-resty-http-0.16.1.tar.gz"
+sha512sums="
+5e9aea2bad4a8c9002328d91ee06fe78fad98459a70cabb0ad070649a0a9926a5eca7528d318a2f8b629519e20057738952c0a27f737cd1dd0318524d5692bf3 lua-resty-http-0.17.2.tar.gz
+"