diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-28 14:55:01 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-28 14:56:04 +0100 |
commit | 0b1b99a4dbc521ef07db19bf0c4484f384578cb7 (patch) | |
tree | 3004f3891918f6c1f8f85a6cc701b6bddd120587 /community | |
parent | 381c4b2b235ebc1304d7f6a99a33a0acc11c0167 (diff) | |
download | aports-0b1b99a4dbc521ef07db19bf0c4484f384578cb7.tar.bz2 aports-0b1b99a4dbc521ef07db19bf0c4484f384578cb7.tar.xz |
community/lua-resty-http: upgrade to 0.12
Diffstat (limited to 'community')
-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 7530bd8b75..6a43cb2da6 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.11 +pkgver=0.12 pkgrel=0 pkgdesc="Lua HTTP client cosocket driver for OpenResty / ngx_lua" url="https://github.com/pintsized/lua-resty-http" @@ -35,4 +35,4 @@ _subpackage() { echo 'rock_manifest = {}' > "$rockdir"/rock_manifest } -sha512sums="8cf7bfccba3f1f705e287c2ee5cd86bdacb5f236ab936db6992b4bf176567535d6e642b5d6c70672afd3e82b7cde9c8303ad24f5250f22bf5b4e69d325c12a6c lua-resty-http-0.11.tar.gz" +sha512sums="36792e6ce079d87543ae0be49cb46ad05aff0bfd954df67bb9bb4c0d1a18ecda22e24861dd5b23c587c18f0a295a61288252d88b92e2452f7b3a51aaf5bd0b80 lua-resty-http-0.12.tar.gz" |