diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-07-15 23:14:21 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-07-16 00:09:55 +0200 |
commit | b03ab392359132e7065e08da05726d06ad64ed22 (patch) | |
tree | 318e5acdb2cb63504a75eba1410843ee11904a10 /community/lua-resty-http | |
parent | 39d2dc0300344179e23df1d02c53d33e4e582c24 (diff) | |
download | aports-b03ab392359132e7065e08da05726d06ad64ed22.tar.bz2 aports-b03ab392359132e7065e08da05726d06ad64ed22.tar.xz |
community/lua-resty-http: upgrade to 0.14
Diffstat (limited to 'community/lua-resty-http')
-rw-r--r-- | community/lua-resty-http/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lua-resty-http/APKBUILD b/community/lua-resty-http/APKBUILD index 141d28c94c..09e48a81d2 100644 --- a/community/lua-resty-http/APKBUILD +++ b/community/lua-resty-http/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=lua-resty-http -pkgver=0.13 +pkgver=0.14 pkgrel=0 pkgdesc="Lua HTTP client cosocket driver for OpenResty / ngx_lua" url="https://github.com/pintsized/lua-resty-http" @@ -26,4 +26,4 @@ package() { "$pkgdir"/usr/lib/luarocks/rocks-common/$pkgname/$pkgver-1 } -sha512sums="dde9e164c4f99523c5eca660e93baf7e610cab20cfb786a804354c4eedc151b230d67cb3878e9fe104fd6bd2fc0066942218dfd4518ebe81c5deadbea83b48d5 lua-resty-http-0.13.tar.gz" +sha512sums="acb0b6d647e938cbaf66245d4124999ee6f739565e1194f722f694e13a3bca28b3c5a405741ca97c41002bb2fbb596ab00e9d1ddccec3ef529622d5f5fae2ccc lua-resty-http-0.14.tar.gz" |