etcd 0.1.2

Closes Homebrew/homebrew#23191.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Brett Koonce 2013-10-10 23:16:26 -05:00 committed by Adam Vandenberg
parent 973b55e51f
commit 1795e298d5

View file

@ -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