diff options
| author | Jack Nagel | 2014-02-10 19:22:56 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-02-10 19:30:45 -0500 | 
| commit | 5c6cb18a3c7a4a4c41e81653c4d9b985e71a9533 (patch) | |
| tree | c0cb7d0e0570ff0687d02c89d2256c5e7986c7cd /Library/Formula/git.rb | |
| parent | 0df366af69eb98b544b9f3ffa6ab562ed904238c (diff) | |
| download | homebrew-5c6cb18a3c7a4a4c41e81653c4d9b985e71a9533.tar.bz2 | |
git 1.8.5.4
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 177a29404..4f25f0101 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -2,14 +2,14 @@ require 'formula'  class Git < Formula    homepage 'http://git-scm.com' -  url 'https://git-core.googlecode.com/files/git-1.8.5.3.tar.gz' -  sha1 '767aa30c0f569f9b6e04cb215dfeec0c013c355a' +  url 'https://git-core.googlecode.com/files/git-1.8.5.4.tar.gz' +  sha1 'cbf14318ee9652232489982bb2da15d2e5ebb580'    head 'https://github.com/git/git.git'    bottle do -    sha1 '6849cffc6d286228cdfb2fa52f2b0db4c054f569' => :mavericks -    sha1 'd2e8b603141f45d5a22891909b1c076e4cb1a5d6' => :mountain_lion -    sha1 '40b475da5b25459b697ac8815dd575a0e1653abd' => :lion +    sha1 "9d04e5286a1cc55bc32c29e5813cf44727134c11" => :mavericks +    sha1 "bf37c73ffa74e4cf6383ae7450f718476d9c874c" => :mountain_lion +    sha1 "206e244f8c4e6e7c6c181b746c9293543cfe2257" => :lion    end    option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation' @@ -25,13 +25,13 @@ class Git < Formula    depends_on 'go' => :build if build.with? 'persistent-https'    resource 'man' do -    url 'http://git-core.googlecode.com/files/git-manpages-1.8.5.3.tar.gz' -    sha1 'e4b66ca3ab1b089af651bf742aa030718e9af978' +    url 'http://git-core.googlecode.com/files/git-manpages-1.8.5.4.tar.gz' +    sha1 '4ee26cf0d2db87b0be21192c4433359b6f38b217'    end    resource 'html' do -    url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.5.3.tar.gz' -    sha1 '47da8e2b1d23ae501ee2c03414c04f8225079037' +    url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.5.4.tar.gz' +    sha1 '6cfb7f23d2a3493d5b7657cc4558ff791294beb0'    end    def patches  | 
