diff options
| author | Adam Vandenberg | 2012-08-26 22:22:48 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2012-08-26 22:22:48 -0700 | 
| commit | 03ea5315c79971b97dd22599fa2bf4ad70061642 (patch) | |
| tree | 5548fc7f5ed0043d3103f329655c86ff982244be | |
| parent | c7ec182a422dfdfd65f59dd3625a18328c0d376d (diff) | |
| download | homebrew-03ea5315c79971b97dd22599fa2bf4ad70061642.tar.bz2 | |
ezlupdate: version is detected
| -rw-r--r-- | Library/Formula/ezlupdate.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/ezlupdate.rb b/Library/Formula/ezlupdate.rb index 18e7e5eae..4d0cc034d 100644 --- a/Library/Formula/ezlupdate.rb +++ b/Library/Formula/ezlupdate.rb @@ -3,7 +3,6 @@ require 'formula'  class Ezlupdate < Formula    homepage 'http://ezpedia.org/ez/ezlupdate'    url 'https://github.com/downloads/ezsystems/ezpublish/ezpublish_community_project-2011.10-with_ezc.tar.bz2' -  version '2011.10'    md5 'd40cbcf714c1071ffb6ee2c1e4975282'    depends_on 'qt'  | 
