diff options
| author | BrewTestBot | 2014-08-06 11:20:21 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-06 11:25:58 +0100 |
| commit | 77c57f551c20aaf972626db18cf6b978aae8a9cd (patch) | |
| tree | c623339c30f6a7d26ced27b867e53ecddc7c8e65 | |
| parent | 4a1b05e23725906439d7107e96e2cadbca1e5c03 (diff) | |
| download | homebrew-77c57f551c20aaf972626db18cf6b978aae8a9cd.tar.bz2 | |
juise: add 0.6.0 bottle.
Closes #31369.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/juise.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/juise.rb b/Library/Formula/juise.rb index 9dcd6f7fc..5ec64b481 100644 --- a/Library/Formula/juise.rb +++ b/Library/Formula/juise.rb @@ -5,6 +5,12 @@ class Juise < Formula url 'https://github.com/Juniper/juise/releases/download/0.6.0/juise-0.6.0.tar.gz' sha1 'ff2f1914619c9b216b28fdd7a82a5554ae9e1ec4' + bottle do + sha1 "18a4e440aed3d01fc859072e15e99782e7480395" => :mavericks + sha1 "7878b653f90eec8d1d5f12f5337840bdfe44bcff" => :mountain_lion + sha1 "7702d03a4a8fba60eb6f878bbf5c9ea34239d119" => :lion + end + head do url 'https://github.com/Juniper/juise.git' |
