diff options
| author | BrewTestBot | 2014-06-09 13:47:29 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-06-09 16:08:31 +0100 |
| commit | 2c7954a0028449c566b4ed703a646597befdeff1 (patch) | |
| tree | 6c335414b4e354f2d2fd13df35b8e7c3a09a01eb /Library/Formula | |
| parent | ecd3ded841cff1e8e9a898f6efcfc8a48682bde5 (diff) | |
| download | homebrew-2c7954a0028449c566b4ed703a646597befdeff1.tar.bz2 | |
tuntap: add 20111101 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tuntap.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/tuntap.rb b/Library/Formula/tuntap.rb index ef2d330b1..3bc8ca5f8 100644 --- a/Library/Formula/tuntap.rb +++ b/Library/Formula/tuntap.rb @@ -5,6 +5,13 @@ class Tuntap < Formula url "git://git.code.sf.net/p/tuntaposx/code", :tag => "release_20111101" head "git://git.code.sf.net/p/tuntaposx/code", :branch => "master" + bottle do + cellar :any + sha1 "66c5936c679b961089df84668a8c04bce56d992c" => :mavericks + sha1 "80bfd6bcec776491065be0450ce2c47dc2d7a567" => :mountain_lion + sha1 "a3e380d8080ce9cf75f04cc80dcc869cf93b0276" => :lion + end + # Get Kernel.framework headers from the SDK patch :DATA |
