From b5842663ec8436c54c773ea8fe9f33039459503f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 12 Jan 2012 20:45:54 -0600 Subject: [PATCH] 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 --- Formula/libnet.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/libnet.rb b/Formula/libnet.rb index 3ac4928f86..8f95b2f16a 100644 --- a/Formula/libnet.rb +++ b/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'