diff options
| author | Stefan | 2014-01-15 01:07:36 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-15 08:55:16 +0000 | 
| commit | cd7a0a4133129096618b7f609349f16e59103823 (patch) | |
| tree | 069e96b824445ed92be0f497ecca47c93de0389c /Library/Formula/git.rb | |
| parent | f382761667f124c2819247e9c9d78980615f935f (diff) | |
| download | homebrew-cd7a0a4133129096618b7f609349f16e59103823.tar.bz2 | |
git 1.8.5.3
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/git.rb')
| -rw-r--r-- | Library/Formula/git.rb | 18 | 
1 files changed, 6 insertions, 12 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 3cf570444..812cdae0d 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -2,16 +2,10 @@ require 'formula'  class Git < Formula    homepage 'http://git-scm.com' -  url 'https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz' -  sha1 '3a09d6d5d4e31c702f17e664a527b4c2f6e84faf' +  url 'https://git-core.googlecode.com/files/git-1.8.5.3.tar.gz' +  sha1 '767aa30c0f569f9b6e04cb215dfeec0c013c355a'    head 'https://github.com/git/git.git' -  bottle do -    sha1 '96d04727c003453524c76db9e62d06efa9c96cb5' => :mavericks -    sha1 '041f911d683da52f2544299035836337e67417cd' => :mountain_lion -    sha1 '27e3ca8f3005f8405daab4f66dfe6df0d6affcd3' => :lion -  end -    option 'with-blk-sha1', 'Compile with the block-optimized SHA1 implementation'    option 'without-completions', 'Disable bash/zsh completions from "contrib" directory'    option 'with-brewed-openssl', "Build with Homebrew OpenSSL instead of the system version" @@ -25,13 +19,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.2.tar.gz' -    sha1 '54450c09138b8d65c5f9d2b19ca86fd63c645bb5' +    url 'http://git-core.googlecode.com/files/git-manpages-1.8.5.3.tar.gz' +    sha1 'e4b66ca3ab1b089af651bf742aa030718e9af978'    end    resource 'html' do -    url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.5.2.tar.gz' -    sha1 'eaf2e3cfd07c1b88eff688fc3ba79dd4f3f2bc43' +    url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.5.3.tar.gz' +    sha1 '47da8e2b1d23ae501ee2c03414c04f8225079037'    end    def patches  | 
