Skip to content

Instantly share code, notes, and snippets.

@bigbes
Created October 6, 2017 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigbes/626526838f25a754cec6caa44f050e18 to your computer and use it in GitHub Desktop.
Save bigbes/626526838f25a754cec6caa44f050e18 to your computer and use it in GitHub Desktop.
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