aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb18
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