tuntap: add HEAD
Closes Homebrew/homebrew#19148. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9513fe0b04
commit
6d50b08fc2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue