diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-25 15:26:42 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-07-25 15:27:15 +0200 |
commit | 2da9ba6b71f1565cc456954099e71e7e2782d15d (patch) | |
tree | 64a2fa38783452562391ef9485bdc6a4d6a365ff /community/lua-resty-http | |
parent | a5aca505eca343c545ced27e9b6f57b521866669 (diff) | |
download | aports-2da9ba6b71f1565cc456954099e71e7e2782d15d.tar.bz2 aports-2da9ba6b71f1565cc456954099e71e7e2782d15d.tar.xz |
community/lua-resty-http: upgrade to 0.11
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 ef6c687825..7530bd8b75 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.10 -pkgrel=1 +pkgver=0.11 +pkgrel=0 pkgdesc="Lua HTTP client cosocket driver for OpenResty / ngx_lua" url="https://github.com/pintsized/lua-resty-http" arch="noarch" @@ -35,4 +35,4 @@ _subpackage() { echo 'rock_manifest = {}' > "$rockdir"/rock_manifest } -sha512sums="5ce79bd5e58c09418470fd588670b79610085b61571861c6c9fd71e716c6b599a426e4045431c0e8ab493b5b66d2f851251fc2b0aaed338433619ff3669aab05 lua-resty-http-0.10.tar.gz" +sha512sums="8cf7bfccba3f1f705e287c2ee5cd86bdacb5f236ab936db6992b4bf176567535d6e642b5d6c70672afd3e82b7cde9c8303ad24f5250f22bf5b4e69d325c12a6c lua-resty-http-0.11.tar.gz" |