pcre: add bottle.
This commit is contained in:
parent
f9d1720fb9
commit
e993e896e8
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,13 @@ class Pcre < Formula
|
|||
mirror 'ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.34.tar.bz2'
|
||||
sha256 'b6043ae1ff2720be665ffa28dc22b7c637cdde96f389a116c0c3020caeae583f'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 "ae800efb8807432a74d54b15a9b69418514b32c4" => :mavericks
|
||||
sha1 "0e703e2c93ad719661aa318748bc182f981ad434" => :mountain_lion
|
||||
sha1 "f9be8c9d11ce3f1ac4ea6ddf7adeb5c1a6e2e06a" => :lion
|
||||
end
|
||||
|
||||
option :universal
|
||||
|
||||
fails_with :llvm do
|
||||
|
|
Loading…
Reference in a new issue