aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChad Catlett2013-04-12 07:07:54 -0500
committerJack Nagel2013-04-12 18:52:57 -0500
commitc566450f98d11b6e857fbc703246d848e21b56a2 (patch)
treedef41358b98417e202da7d14d2acceb9e6c5f5aa /Library/Formula
parentb89a891ca085b43cfe0241126ae58c64cbfd8337 (diff)
downloadhomebrew-c566450f98d11b6e857fbc703246d848e21b56a2.tar.bz2
tuntap: add HEAD
Closes #19148. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/tuntap.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/tuntap.rb b/Library/Formula/tuntap.rb
index 280ae93d5..72680199f 100644
--- a/Library/Formula/tuntap.rb
+++ b/Library/Formula/tuntap.rb
@@ -9,6 +9,8 @@ class Tuntap < Formula
url 'git://git.code.sf.net/p/tuntaposx/code', :tag => 'release_20111101'
version '20111101'
+ head 'git://git.code.sf.net/p/tuntaposx/code', :branch => 'master'
+
def install
ENV.j1 # to avoid race conditions (can't open: ../tuntap.o)
cd 'tuntap' do