diff options
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 09e48a81d2..df3e05afb5 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.14 +pkgver=0.15 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="acb0b6d647e938cbaf66245d4124999ee6f739565e1194f722f694e13a3bca28b3c5a405741ca97c41002bb2fbb596ab00e9d1ddccec3ef529622d5f5fae2ccc lua-resty-http-0.14.tar.gz" +sha512sums="3d969e9cd7e39b69d2386dc3602707e76d85573b5aafcbd7a8f4f6549dc2d180753472b6d5dcf652ec86839eeb473c427ecfa6963eced48128c774e81cab235a lua-resty-http-0.15.tar.gz" |