From cb56fb33e48b9bb2b68d98a621b73dd58f037719 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 20 Oct 2013 15:48:48 -0700 Subject: unar: add bottles --- Library/Formula/unar.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/unar.rb b/Library/Formula/unar.rb index 8c5c760be..8dd40fbdf 100644 --- a/Library/Formula/unar.rb +++ b/Library/Formula/unar.rb @@ -10,6 +10,13 @@ class Unar < Formula depends_on :xcode + bottle do + cellar :any + sha1 '18a517d2e2e79da17567fc2457e1a398336de27b' => :mountain_lion + sha1 '84b82f23f0a053f4d3a6ee9eb0d1edd66cc1f97c' => :lion + sha1 'c0313a5a1c6fad5b4ba6b3ac729871bdc76839bd' => :snow_leopard + end + def install # Build XADMaster.framework, unar and lsar system "xcodebuild -project ./XADMaster/XADMaster.xcodeproj -target XADMaster SYMROOT=../ -configuration Release" -- cgit v1.2.3