Skip to content

Commit 7b0642e

Browse files
committed
lua-nginx-module 0.10.1rc0 (nginx 1.9.11+)
bugfix: fixed compilation errors with nginx 1.9.11+. Thanks Charles R. Portwood II and Tomas Kvasnicka for the report in openresty/lua-nginx-module#669 and openresty/lua-nginx-module#668, respectively.
1 parent df4d908 commit 7b0642e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/lua-nginx-module.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
class LuaNginxModule < Formula
22
desc "Embed the power of Lua into Nginx"
33
homepage "https://github.com/openresty/lua-nginx-module"
4-
url "https://github.com/openresty/lua-nginx-module/archive/v0.9.20.tar.gz"
5-
sha256 "6716001e1387e0f6591026607b7decb9067a85896a8ce3dec94187dd4e679014"
4+
url "https://github.com/openresty/lua-nginx-module/archive/v0.10.1rc0.tar.gz"
5+
version "0.10.1rc0"
6+
sha256 "1bae94d2a0fd4fad39f2544a2f8eaf71335ea512a6f0027af190b46562224c68"
67
head "https://github.com/openresty/lua-nginx-module.git"
78

89
bottle :unneeded

0 commit comments

Comments
 (0)