diff options
| -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' |
