diff options
| author | BrewTestBot | 2015-03-13 13:40:45 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-13 14:04:36 +0000 |
| commit | 71954a57411bad87bc33a25534f7b152bd7dd67a (patch) | |
| tree | c3e7d82ef3ecf463b90e6e83038eeef04c2ad30a /Library | |
| parent | 31f81594167c80ce3a734304e49b8cc5a6ee1de4 (diff) | |
| download | homebrew-71954a57411bad87bc33a25534f7b152bd7dd67a.tar.bz2 | |
jnettop: add 0.13.0 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jnettop.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/jnettop.rb b/Library/Formula/jnettop.rb index 070653473..422db24f8 100644 --- a/Library/Formula/jnettop.rb +++ b/Library/Formula/jnettop.rb @@ -3,6 +3,13 @@ class Jnettop < Formula url "http://jnettop.kubs.info/dist/jnettop-0.13.0.tar.gz" sha256 "e987a1a9325595c8a0543ab61cf3b6d781b4faf72dd0e0e0c70b2cc2ceb5a5a0" + bottle do + cellar :any + sha256 "871294088a51e4726a38b1fb3fc631d88176dbd7fbfd9e42adb2626f24c7499a" => :yosemite + sha256 "5a4ddf114a63d47ca767875f565f1838f75975f26e803889aed580a40fcb95c4" => :mavericks + sha256 "71e64877f2b989ec3eaffbe49e89c576cb14a42543bb37ad2218567f2200b3ff" => :mountain_lion + end + depends_on "pkg-config" => :build depends_on "glib" |
