diff options
| author | Adam Vandenberg | 2013-11-16 12:04:16 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-16 16:32:39 -0800 |
| commit | ce884590fd012e24a77054e50b2bed8a33843008 (patch) | |
| tree | 1ec4192001c2f908a8a739efbbe5bafe90a4ed32 | |
| parent | ad3a148a9a35bd919a38f2d62b34c24665c0c909 (diff) | |
| download | homebrew-ce884590fd012e24a77054e50b2bed8a33843008.tar.bz2 | |
easy-git: fix audit
| -rw-r--r-- | Library/Formula/easy-git.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/easy-git.rb b/Library/Formula/easy-git.rb index e5f69b105..d905a76c2 100644 --- a/Library/Formula/easy-git.rb +++ b/Library/Formula/easy-git.rb @@ -3,7 +3,6 @@ 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 - version "1.7.3" sha1 'd17165c20ea1b3887f1f81ec6d1217727b817409' def install |
