aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/etcd.rb
diff options
context:
space:
mode:
authorBrett Koonce2013-10-10 23:16:26 -0500
committerAdam Vandenberg2013-10-10 22:10:38 -0700
commitb8d4ab99839df47f5471216010e0eee5e15e5b86 (patch)
tree813ad1a8193b53e34a133e47c81ffd5f2da6fa32 /Library/Formula/etcd.rb
parentf4465589520f854b5e8ef31efb2b776d46d153ba (diff)
downloadhomebrew-b8d4ab99839df47f5471216010e0eee5e15e5b86.tar.bz2
etcd 0.1.2
Closes #23191. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/etcd.rb')
-rw-r--r--Library/Formula/etcd.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/etcd.rb b/Library/Formula/etcd.rb
index a70213a91..804d62372 100644
--- a/Library/Formula/etcd.rb
+++ b/Library/Formula/etcd.rb
@@ -2,8 +2,8 @@ require 'formula'
class Etcd < Formula
homepage 'https://github.com/coreos/etcd'
- url 'https://github.com/coreos/etcd/archive/v0.1.1.tar.gz'
- sha1 '60f39379b7f916a7e3e87fdefc1104cd2330c1ae'
+ url 'https://github.com/coreos/etcd/archive/v0.1.2.tar.gz'
+ sha1 'f6a644ec0ff30681b816bff192a881ed65d0c9e5'
head 'https://github.com/coreos/etcd.git'
depends_on 'go' => :build