diff options
| author | Mike McQuaid | 2013-12-28 11:30:12 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2013-12-28 11:30:13 +0000 | 
| commit | f98ab086bf6fb5c79f4b2c5c78e469e3ef7df14e (patch) | |
| tree | 378859e4e50e4961d0fa12f4aac2b98d0699be66 | |
| parent | bf807ec65950afe4f1e41247c68f66def6f32f8d (diff) | |
| download | homebrew-f98ab086bf6fb5c79f4b2c5c78e469e3ef7df14e.tar.bz2 | |
easy-git 1.7.5.2
Closes #25492.
| -rw-r--r-- | Library/Formula/easy-git.rb | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/Library/Formula/easy-git.rb b/Library/Formula/easy-git.rb index d905a76c2..d94105b79 100644 --- a/Library/Formula/easy-git.rb +++ b/Library/Formula/easy-git.rb @@ -2,8 +2,9 @@ require 'formula'  class EasyGit < Formula    homepage 'http://people.gnome.org/~newren/eg/' -  url 'http://people.gnome.org/~newren/eg/download/1.7.3/eg', :using => :ssl3 -  sha1 'd17165c20ea1b3887f1f81ec6d1217727b817409' +  url 'http://people.gnome.org/~newren/eg/download/1.7.5.2/eg', :using => :ssl3 +  version '1.7.5.2' +  sha1 'c59a10affaae79bddbbe1de743d85d7771575905'    def install      bin.install "eg" | 
