diff options
| author | Blake Imsland | 2015-04-02 14:18:44 -0700 |
|---|---|---|
| committer | Tim D. Smith | 2015-04-02 21:05:01 -0700 |
| commit | 4c56ba96248339f933cb28cef05be3cc4b1286b4 (patch) | |
| tree | b4bf6d3d5bc885829fa29f281c3b7cc6b949c5c1 /Library/Formula | |
| parent | 1517d2b73c5d15fd9b14471b58cdfcc9a83383ba (diff) | |
| download | homebrew-4c56ba96248339f933cb28cef05be3cc4b1286b4.tar.bz2 | |
etcd 2.0.8
Closes #38317.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/etcd.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/etcd.rb b/Library/Formula/etcd.rb index 39b1ed19e..2ca5474eb 100644 --- a/Library/Formula/etcd.rb +++ b/Library/Formula/etcd.rb @@ -1,7 +1,7 @@ class Etcd < Formula homepage "https://github.com/coreos/etcd" - url "https://github.com/coreos/etcd/archive/v2.0.5.tar.gz" - sha256 "ded57e8aac39c8ea7badb9785fbca564b3d768c2482c2d9c40bff83a3dc32ad8" + url "https://github.com/coreos/etcd/archive/v2.0.8.tar.gz" + sha256 "95155b04fb4b1e7e86f064d4b9f8858addd102dad589300a039f4c1a0227f983" head "https://github.com/coreos/etcd.git" bottle do |
