aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-01-12 20:45:54 -0600
committerJack Nagel2012-01-12 20:45:54 -0600
commit2a37c8be0d9fb0281b943383913facd7a06766e0 (patch)
treee01a44cee8580d4587b24b04752c21cea63f0d33 /Library
parent749a3538fe74a7d4e85d63687fb49a8e30248ddf (diff)
downloadhomebrew-2a37c8be0d9fb0281b943383913facd7a06766e0.tar.bz2
libnet: add explicit version
We detect this as "1.1" instead of "1.1.4"; possibly Pathname should be taught to detect this correctly. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libnet.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/libnet.rb b/Library/Formula/libnet.rb
index 3ac4928f8..8f95b2f16 100644
--- a/Library/Formula/libnet.rb
+++ b/Library/Formula/libnet.rb
@@ -5,6 +5,7 @@ class Libnet < Formula
md5 "0cb6c04063c1db37c91af08c76d25134"
head 'https://github.com/sam-github/libnet.git'
homepage 'https://github.com/sam-github/libnet'
+ version '1.1.4'
def install
cd 'libnet'