diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-08-14 15:11:51 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-08-14 15:11:16 +0200 |
commit | 61e834096c6ad095cbd856c6a1d907228490ed1a (patch) | |
tree | a6f06309419df65c96cd29de7779297352df1431 /community/lua-resty-http | |
parent | b127c6f6cf45e6a2a08272a7fe34daadfdb6684a (diff) | |
download | aports-61e834096c6ad095cbd856c6a1d907228490ed1a.tar.bz2 aports-61e834096c6ad095cbd856c6a1d907228490ed1a.tar.xz |
community/lua-resty-http: upgrade to 0.15
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" |