diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/git.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb index e0b053765..6c07bd8ed 100644 --- a/Library/Formula/git.rb +++ b/Library/Formula/git.rb @@ -2,8 +2,8 @@ require 'formula' class Git < Formula homepage 'http://git-scm.com' - url 'https://git-core.googlecode.com/files/git-1.8.5.1.tar.gz' - sha1 'dcd244c7198e8afe42ab223f7b3c9b1ae01749c3' + url 'https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz' + sha1 '3a09d6d5d4e31c702f17e664a527b4c2f6e84faf' head 'https://github.com/git/git.git' bottle do @@ -27,13 +27,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.1.tar.gz' - sha1 '32befa65b564640981d71f8a38eee19939a2eb63' + url 'http://git-core.googlecode.com/files/git-manpages-1.8.5.2.tar.gz' + sha1 '54450c09138b8d65c5f9d2b19ca86fd63c645bb5' end resource 'html' do - url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.5.1.tar.gz' - sha1 '16cd5fdf486aa880c4fcb297d769070c67996317' + url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.5.2.tar.gz' + sha1 'eaf2e3cfd07c1b88eff688fc3ba79dd4f3f2bc43' end def patches |
