aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/git-extras.rb
diff options
context:
space:
mode:
authorJustin de Vesine2013-07-09 15:20:54 -0600
committerAdam Vandenberg2013-07-09 15:27:35 -0700
commitfd2986a62af5b0eb24e42554af8a2b809fc2a222 (patch)
treed024227ba859d684ca4b1726b98319e7b04f45ec /Library/Formula/git-extras.rb
parent39bc24985ebe18475d2d14b10dfa14c45c951c03 (diff)
downloadhomebrew-fd2986a62af5b0eb24e42554af8a2b809fc2a222.tar.bz2
git-extras 1.9.0
Closes #21104. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/git-extras.rb')
-rw-r--r--Library/Formula/git-extras.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/git-extras.rb b/Library/Formula/git-extras.rb
index b43c726d1..76972bc38 100644
--- a/Library/Formula/git-extras.rb
+++ b/Library/Formula/git-extras.rb
@@ -2,8 +2,8 @@ require 'formula'
class GitExtras < Formula
homepage 'https://github.com/visionmedia/git-extras'
- url 'https://github.com/visionmedia/git-extras/archive/1.8.0.tar.gz'
- sha1 '5a52d3e247a5134c8e2bf89b339a204a7f4ad8e0'
+ url 'https://github.com/visionmedia/git-extras/archive/1.9.0.tar.gz'
+ sha1 'c4ebdeceaf4cdfde424beef4edca51aa050297f9'
head 'https://github.com/visionmedia/git-extras.git', :branch => 'master'