-
-
Save bigbes/626526838f25a754cec6caa44f050e18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Formula/tarantool-nginx-module.rb b/Formula/tarantool-nginx-module.rb | |
index e6a9928..09eb1ef 100644 | |
--- a/Formula/tarantool-nginx-module.rb | |
+++ b/Formula/tarantool-nginx-module.rb | |
@@ -1,16 +1,17 @@ | |
class TarantoolNginxModule < Formula | |
desc "Tarantool upstream for nginx" | |
homepage "https://github.com/tarantool/nginx_upstream_module" | |
- url "https://github.com/tarantool/nginx_upstream_module.git" | |
- version "0.4b" | |
- sha256 "0ea37edc273d9bf81d7a305914a20fe9e2790fff7c4d4a404ff04d3cd91dd1d2" | |
- depends_on "cmake" | |
+ url "https://github.com/tarantool/nginx_upstream_module/archive/v2.5-rc2.tar.gz" | |
+ version "2.5-rc2" | |
+ sha256 "c0321a431cd5078ed099ea833f7e091fd887cf15222639c4869296af10915c26" | |
+ | |
+ depends_on "msgpuck" => :build | |
+ depends_on "cmake" => :build | |
+ depends_on "yajl" | |
bottle :unneeded | |
def install | |
- system "make", "yajl" | |
- | |
pkgshare.install Dir["*"] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment