Skip to content

Commit

Permalink
etcd 2.1.2, 2.2.0-rc.0 (devel)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Aug 30, 2015
1 parent e8cad2f commit b40f7a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Formula/etcd.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Etcd < Formula
desc "Key value store for shared configuration and service discovery"
homepage "https://github.com/coreos/etcd"
url "https://github.com/coreos/etcd/archive/v2.0.10.tar.gz"
sha256 "6029113d9870e5c6f0d10adbd2b6670958a46575114a094b86b607771a0e5ff3"
url "https://github.com/coreos/etcd/archive/v2.1.2.tar.gz"
sha256 "e4e7dc83e5d1686e668ca866cb026d281b62f596666325057ae3c2ec9ab991a7"
head "https://github.com/coreos/etcd.git"

bottle do
Expand All @@ -12,6 +12,12 @@ class Etcd < Formula
sha256 "09d0f70cfcce1a5e5e922d39d4d3f232adc1a08beb3a2a00dd282fcb6c4f95ac" => :mountain_lion
end

devel do
url "https://github.com/coreos/etcd/archive/v2.2.0-rc.0.tar.gz"
version "2.2.0-rc.0"
sha256 "fae915a409321866ca5fc253a5b5a7f2501dfbc8cb8dc54e574db7c6666f82e3"
end

depends_on "go" => :build

def install
Expand Down

0 comments on commit b40f7a4

Please sign in to comment.