git 1.8.5.5

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
asaph 2014-02-14 10:18:02 -08:00 committed by Mike McQuaid
parent f52affeca5
commit a10a949d9a
1 changed files with 6 additions and 12 deletions

View File

@ -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.4.tar.gz'
sha1 'cbf14318ee9652232489982bb2da15d2e5ebb580'
url 'https://git-core.googlecode.com/files/git-1.8.5.5.tar.gz'
sha1 '7bb4ea883b1f8f6f7f927035f85e8e27b57e0194'
head 'https://github.com/git/git.git'
bottle do
sha1 "9d04e5286a1cc55bc32c29e5813cf44727134c11" => :mavericks
sha1 "bf37c73ffa74e4cf6383ae7450f718476d9c874c" => :mountain_lion
sha1 "206e244f8c4e6e7c6c181b746c9293543cfe2257" => :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.4.tar.gz'
sha1 '4ee26cf0d2db87b0be21192c4433359b6f38b217'
url 'http://git-core.googlecode.com/files/git-manpages-1.8.5.5.tar.gz'
sha1 'a4a2aef1440d4751f37c65359da57c9bd51a7beb'
end
resource 'html' do
url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.5.4.tar.gz'
sha1 '6cfb7f23d2a3493d5b7657cc4558ff791294beb0'
url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.5.5.tar.gz'
sha1 '39dd7979c8757d2dc4bc3aaa82741ba93557d566'
end
def patches