diff options
| author | Jack Nagel | 2014-03-19 16:15:00 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-19 16:27:11 -0500 |
| commit | 3917865b9ae6b7e99af2a5ebf338d850f78a3a56 (patch) | |
| tree | 4bd091da637982f7054db3243bc39202ed10bcde /Library | |
| parent | 676f901738262ea6e77e1b5b3f6f239b882342f4 (diff) | |
| download | homebrew-3917865b9ae6b7e99af2a5ebf338d850f78a3a56.tar.bz2 | |
git 1.9.1
Closes #27711.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/git.rb | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index 7e26a31f2..a2f87dfa0 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -1,10 +1,10 @@ require 'formula' class Git < Formula - homepage 'http://git-scm.com' - url 'https://git-core.googlecode.com/files/git-1.9.0.tar.gz' - sha1 'e60667fc16e5a5f1cde46616b0458cc802707743' - head 'https://github.com/git/git.git', :shallow => false + homepage "http://git-scm.com" + url "https://www.kernel.org/pub/software/scm/git/git-1.9.1.tar.gz" + sha1 "804453dba489cae0d0f0402888b77e1aaa40bae8" + head "https://github.com/git/git.git", :shallow => false bottle do sha1 "78bb720052e624b889b7c39e47ec40e463fa13b0" => :mavericks @@ -24,14 +24,14 @@ class Git < Formula depends_on 'curl' if build.with? 'brewed-curl' depends_on 'go' => :build if build.with? 'persistent-https' - resource 'man' do - url 'https://git-core.googlecode.com/files/git-manpages-1.9.0.tar.gz' - sha1 'cff590c92b4d1c8a143c078473140b653cc5d56a' + resource "man" do + url "https://www.kernel.org/pub/software/scm/git/git-manpages-1.9.1.tar.gz" + sha1 "d8cef92bc11696009b64fb6d4936eaa8d7759e7a" end - resource 'html' do - url 'https://git-core.googlecode.com/files/git-htmldocs-1.9.0.tar.gz' - sha1 '65eb3f411f4699695c7081a7c716cabb9ce23d75' + resource "html" do + url "https://www.kernel.org/pub/software/scm/git/git-htmldocs-1.9.1.tar.gz" + sha1 "68aa0c7749aa918e5e98eecd84e0538150613acd" end def install |
