diff options
author | Franck Nijhof <frenck@frenck.nl> | 2019-04-18 09:33:44 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-04-18 20:45:29 +0000 |
commit | 9379df6ef4c76e518ee954f5f9fcbb180409619d (patch) | |
tree | b5bc3a21718168d406204dcc817277f944da2555 /community/lua-resty-http | |
parent | f23c021f1d36bed34d0fa0be8cf56010c7a21e92 (diff) | |
download | aports-9379df6ef4c76e518ee954f5f9fcbb180409619d.tar.bz2 aports-9379df6ef4c76e518ee954f5f9fcbb180409619d.tar.xz |
community/lua-resty-http: upgrade to 0.13
Diffstat (limited to 'community/lua-resty-http')
-rw-r--r-- | community/lua-resty-http/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/lua-resty-http/APKBUILD b/community/lua-resty-http/APKBUILD index cd95cb4b15..141d28c94c 100644 --- a/community/lua-resty-http/APKBUILD +++ b/community/lua-resty-http/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Jakub Jirutka <jakub@jirutka.cz> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=lua-resty-http -pkgver=0.12 -pkgrel=1 +pkgver=0.13 +pkgrel=0 pkgdesc="Lua HTTP client cosocket driver for OpenResty / ngx_lua" url="https://github.com/pintsized/lua-resty-http" arch="noarch" @@ -26,4 +26,4 @@ package() { "$pkgdir"/usr/lib/luarocks/rocks-common/$pkgname/$pkgver-1 } -sha512sums="36792e6ce079d87543ae0be49cb46ad05aff0bfd954df67bb9bb4c0d1a18ecda22e24861dd5b23c587c18f0a295a61288252d88b92e2452f7b3a51aaf5bd0b80 lua-resty-http-0.12.tar.gz" +sha512sums="dde9e164c4f99523c5eca660e93baf7e610cab20cfb786a804354c4eedc151b230d67cb3878e9fe104fd6bd2fc0066942218dfd4518ebe81c5deadbea83b48d5 lua-resty-http-0.13.tar.gz" |