aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git.rb
diff options
context:
space:
mode:
authorJack Nagel2013-02-20 17:52:49 -0600
committerJack Nagel2013-02-20 17:52:49 -0600
commitdc608deedf05a807e209a1f6eae3853d2b9a6014 (patch)
tree95762cac0db7a47914b2b293432e53f350defff6 /Library/Formula/git.rb
parentf5b14824de573464be592f979b07ac268e94f27e (diff)
downloadhomebrew-dc608deedf05a807e209a1f6eae3853d2b9a6014.tar.bz2
git 1.8.1.4
Diffstat (limited to 'Library/Formula/git.rb')
-rw-r--r--Library/Formula/git.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/git.rb b/Library/Formula/git.rb
index 187cb2557..eb6df3348 100644
--- a/Library/Formula/git.rb
+++ b/Library/Formula/git.rb
@@ -1,19 +1,19 @@
require 'formula'
class GitManuals < Formula
- url 'http://git-core.googlecode.com/files/git-manpages-1.8.1.3.tar.gz'
- sha1 '12aaa8a0428e64d194665379ab0335d786728930'
+ url 'http://git-core.googlecode.com/files/git-manpages-1.8.1.4.tar.gz'
+ sha1 '98c41b38d02f09e1fcde335834694616d0a615f7'
end
class GitHtmldocs < Formula
- url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.1.3.tar.gz'
- sha1 '6b1e57bde2f2b0a86532390c15bfa7b181c50db2'
+ url 'http://git-core.googlecode.com/files/git-htmldocs-1.8.1.4.tar.gz'
+ sha1 'bb71df6bc1fdb55b45c59af83102e901d484ef53'
end
class Git < Formula
homepage 'http://git-scm.com'
- url 'http://git-core.googlecode.com/files/git-1.8.1.3.tar.gz'
- sha1 '29ed9047263f9835726200226451339276641779'
+ url 'http://git-core.googlecode.com/files/git-1.8.1.4.tar.gz'
+ sha1 '553191fe02cfac77386d5bb01df0a79eb7f163c8'
head 'https://github.com/git/git.git'