diff options
| author | Jack Nagel | 2012-01-14 00:28:08 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-01-14 00:28:08 -0600 |
| commit | b341d777a0d4654ffeadffc5425047a0f94f6984 (patch) | |
| tree | e5efc217fc203ef0fa56daae91986d1909d3dd75 /Library/Formula | |
| parent | aaa0ab8ca1476b48bef1155f6322268b2950260f (diff) | |
| download | homebrew-b341d777a0d4654ffeadffc5425047a0f94f6984.tar.bz2 | |
Remove redundant version numbers
Max's fix for the libnet version detection in 14d7d03 also fixed several
others.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/arping.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/daemonize.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/openimageio.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/redo.rb | 3 | ||||
| -rw-r--r-- | Library/Formula/sshuttle.rb | 1 |
5 files changed, 1 insertions, 6 deletions
diff --git a/Library/Formula/arping.rb b/Library/Formula/arping.rb index 5fef5a9f1..4b1aff949 100644 --- a/Library/Formula/arping.rb +++ b/Library/Formula/arping.rb @@ -2,7 +2,6 @@ require 'formula' class Arping < Formula url 'https://github.com/ThomasHabets/arping/tarball/arping-2.09' - version '2.09' homepage 'https://github.com/ThomasHabets/arping' md5 '8a10b23655ffbe93667691fb881afbf4' diff --git a/Library/Formula/daemonize.rb b/Library/Formula/daemonize.rb index a04625a36..a12ff5c86 100644 --- a/Library/Formula/daemonize.rb +++ b/Library/Formula/daemonize.rb @@ -4,7 +4,6 @@ class Daemonize < Formula url 'https://github.com/bmc/daemonize/tarball/release-1.7.0' homepage 'http://software.clapper.org/daemonize/' md5 '192ac89303695d0019bdc27610703dca' - version '1.7.0' def install system "./configure", "--disable-debug", "--disable-dependency-tracking", diff --git a/Library/Formula/openimageio.rb b/Library/Formula/openimageio.rb index 469f1b317..a84711a98 100644 --- a/Library/Formula/openimageio.rb +++ b/Library/Formula/openimageio.rb @@ -3,7 +3,6 @@ require 'formula' class Openimageio < Formula url 'https://github.com/OpenImageIO/oiio/tarball/Release-0.9.0' md5 'b9dc646c57c2137d7a9fe8bbb91e0ae7' - version "0.9.0" homepage 'http://openimageio.org' depends_on 'cmake' => :build diff --git a/Library/Formula/redo.rb b/Library/Formula/redo.rb index dfeddcf11..1db9dcb58 100644 --- a/Library/Formula/redo.rb +++ b/Library/Formula/redo.rb @@ -6,8 +6,7 @@ class RedoDocs < Formula end class Redo < Formula - version '0.10' - url "https://github.com/apenwarr/redo/zipball/redo-#{version}" + url "https://github.com/apenwarr/redo/zipball/redo-0.10" homepage 'https://github.com/apenwarr/redo' md5 '69b31b105db347968ee9486342fb6c1d' diff --git a/Library/Formula/sshuttle.rb b/Library/Formula/sshuttle.rb index bf35c0201..d197c12f2 100644 --- a/Library/Formula/sshuttle.rb +++ b/Library/Formula/sshuttle.rb @@ -4,7 +4,6 @@ class Sshuttle < Formula url 'https://github.com/apenwarr/sshuttle/zipball/sshuttle-0.54' homepage 'https://github.com/apenwarr/sshuttle' md5 'ccc36404fcda1cf411e4ec2ed37927e6' - version '0.54' head 'https://github.com/apenwarr/sshuttle.git' |
