diff options
| author | BrewTestBot | 2014-05-10 21:11:25 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-05-10 15:20:14 -0500 |
| commit | 4956ad2140a711c2469af70fe2aa27755155a492 (patch) | |
| tree | 437b142bf88452ea0fc3669820bd14efa8193cab /Library/Formula | |
| parent | bf3f17807e424d4714e529dbbdb2136da0966f20 (diff) | |
| download | homebrew-4956ad2140a711c2469af70fe2aa27755155a492.tar.bz2 | |
git: update 1.9.3 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index e04e8aae7..3b5ec0d4b 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -4,12 +4,6 @@ class Git < Formula homepage "http://git-scm.com" head "https://github.com/git/git.git", :shallow => false - bottle do - sha1 "19c79f9eeb8d8a0a696ab650bb4a61563446801c" => :mavericks - sha1 "21edec86505cf7140ed49e09ccd32b55abde7dc1" => :mountain_lion - sha1 "e93a2bd8037f4718f01e65cfa4bad0833dec717d" => :lion - end - stable do url "https://www.kernel.org/pub/software/scm/git/git-1.9.3.tar.gz" sha1 "8306305c4d39ac4fc07c9cf343241f12f7b69df2" @@ -25,6 +19,12 @@ class Git < Formula end end + bottle do + sha1 "1c075f1e75fa59b481f2ba46218dc14665e292f9" => :mavericks + sha1 "2e1de01d0361f1f515def52dfce54d9ca26d6ef2" => :mountain_lion + sha1 "f81fd6523266fb64c90ce39748461c1a856feca2" => :lion + end + devel do version "2.0.0.rc3" url "https://www.kernel.org/pub/software/scm/git/testing/git-2.0.0.rc3.tar.gz" |
