diff options
| author | Adam Vandenberg | 2013-01-01 11:15:50 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-01 11:20:14 -0800 |
| commit | 50f79a8ca29bfd9aecef74e88d029905e1561d15 (patch) | |
| tree | 3acd8b542a409c4930ac91ea93861df29a520011 /Library/Formula | |
| parent | b97ae0bf367222a15138256c22623bee71a83553 (diff) | |
| download | homebrew-50f79a8ca29bfd9aecef74e88d029905e1561d15.tar.bz2 | |
fix version audits
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/casperjs.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/cunit.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/dxflib.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/ivy.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/webalizer.rb | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/casperjs.rb b/Library/Formula/casperjs.rb index 1504879d9..fc59e8fce 100644 --- a/Library/Formula/casperjs.rb +++ b/Library/Formula/casperjs.rb @@ -4,7 +4,6 @@ class Casperjs < Formula homepage 'http://www.casperjs.org/' url 'https://github.com/n1k0/casperjs/zipball/1.0.0' sha1 '354fecde094f72523f26f7032b65f3aae7013eba' - version '1.0.0' head 'https://github.com/n1k0/casperjs.git' diff --git a/Library/Formula/cunit.rb b/Library/Formula/cunit.rb index cf421b3fb..5684eb238 100644 --- a/Library/Formula/cunit.rb +++ b/Library/Formula/cunit.rb @@ -3,7 +3,6 @@ require 'formula' class Cunit < Formula url 'http://downloads.sourceforge.net/project/cunit/CUnit/2.1-2/CUnit-2.1-2-src.tar.bz2' homepage 'http://cunit.sourceforge.net/' - version '2.1-2' sha1 '6c2d0627eb64c09c7140726d6bf814cf531a3ce0' def install diff --git a/Library/Formula/dxflib.rb b/Library/Formula/dxflib.rb index 6be657bf3..aa20f0f27 100644 --- a/Library/Formula/dxflib.rb +++ b/Library/Formula/dxflib.rb @@ -3,7 +3,6 @@ require 'formula' class Dxflib < Formula homepage 'http://www.ribbonsoft.com/en/what-is-dxflib' url 'http://www.ribbonsoft.com/archives/dxflib/dxflib-2.5.0.0-1.src.tar.gz' - version '2.5.0.0-1' sha1 'af2e496aaf097e40bdb5d6155ba9b0d176d71729' def install diff --git a/Library/Formula/ivy.rb b/Library/Formula/ivy.rb index 816f4fccf..609f13f17 100644 --- a/Library/Formula/ivy.rb +++ b/Library/Formula/ivy.rb @@ -4,7 +4,6 @@ class Ivy < Formula homepage 'http://ant.apache.org/ivy/' url 'http://www.apache.org/dyn/closer.cgi?path=ant/ivy/2.3.0-rc1/apache-ivy-2.3.0-rc1-bin.tar.gz' sha1 '6cdb7b8131ca3b13b0b6b43988f3ab92da2de6e7' - version '2.3.0-rc1' def install libexec.install Dir['ivy*'] diff --git a/Library/Formula/webalizer.rb b/Library/Formula/webalizer.rb index 1d1e715e5..06505da96 100644 --- a/Library/Formula/webalizer.rb +++ b/Library/Formula/webalizer.rb @@ -3,7 +3,6 @@ require 'formula' class Webalizer < Formula homepage 'http://www.mrunix.net/webalizer/' url 'ftp://ftp.mrunix.net/pub/webalizer/webalizer-2.23-05-src.tgz' - version '2.23-05' sha1 'bc28ff28d9484c8e9793ec081c7cbfcb1f577351' depends_on 'gd' |
