diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/unison.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/unison.rb b/Library/Formula/unison.rb index 79343893f..30befeb00 100644 --- a/Library/Formula/unison.rb +++ b/Library/Formula/unison.rb @@ -7,9 +7,10 @@ class Unison < Formula bottle do cellar :any - sha1 "7ba71bfded9c6a3cf8097f3e293d0d5c43200ec8" => :mavericks - sha1 "b8a34310e3e8041756babc54661e3748821e0c1b" => :mountain_lion - sha1 "478ad4ac7d5e5f6d990dbf8e8576c5bd3f81c9cd" => :lion + revision 1 + sha1 "dd7f286a9b2604953e8d0733c316d7e087a48016" => :yosemite + sha1 "8ca37b6fc00c806cf7f453a4b4bf0b287280b2e5" => :mavericks + sha1 "6972899653b6f368a0c9fd232504922414d5cbfa" => :mountain_lion end depends_on 'objective-caml' => :build |
