diff options
| author | Chad Catlett | 2013-04-12 07:07:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-04-12 18:52:57 -0500 |
| commit | c566450f98d11b6e857fbc703246d848e21b56a2 (patch) | |
| tree | def41358b98417e202da7d14d2acceb9e6c5f5aa /Library/Formula | |
| parent | b89a891ca085b43cfe0241126ae58c64cbfd8337 (diff) | |
| download | homebrew-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.rb | 2 |
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 |
