fabio 1.2

Closes #3045.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Frank Schroeder 2016-07-16 11:13:29 +02:00 committed by Dominyk Tiller
parent ce4fab1bc2
commit a6b2bec18d

View file

@ -1,8 +1,8 @@
class Fabio < Formula
desc "Zero-conf load balancing HTTP(S) router."
homepage "https://github.com/eBay/fabio"
url "https://github.com/eBay/fabio/archive/v1.1.6.tar.gz"
sha256 "ae80fb63426cc26a432cd2e310f5c5dbb69a807eeef33b51fb9decb7771b0041"
url "https://github.com/eBay/fabio/archive/v1.2.tar.gz"
sha256 "b01f0dc0a299ffd8d9f386783646e6782701609b7ede63e060e37ccad5a50bde"
head "https://github.com/eBay/fabio.git"
bottle do
@ -12,12 +12,6 @@ class Fabio < Formula
sha256 "ecedf1c8be9864b72a9a5a63d34a600daa8040d64872895f0e0457bcfff4d622" => :mavericks
end
devel do
url "https://github.com/eBay/fabio/archive/v1.2rc4.tar.gz"
sha256 "93696b6a4caf63c190426e0ce9699f4f868dd643dcf1c07eca80a49bfbd5a085"
version "1.2rc4"
end
depends_on "go" => :build
depends_on "consul" => :recommended