cmake, jpeg, mpfr: add missing cellar :any.
This commit is contained in:
parent
7e09ec50ff
commit
a6f2a1e455
3 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,7 @@ class Cmake < Formula
|
|||
head 'http://cmake.org/cmake.git'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 '024d5263bce0f7f36bde4579ce6fc9be9d55fd72' => :mountain_lion
|
||||
sha1 'bfcc7c9925aea56bd5ce883ed8ca391c27144551' => :lion
|
||||
sha1 '22a1369e2ed4b4a4113621b9df6fd75b162e35fb' => :snow_leopard
|
||||
|
|
|
@ -6,6 +6,7 @@ class Jpeg < Formula
|
|||
sha1 'f080b2fffc7581f7d19b968092ba9ebc234556ff'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
revision 1
|
||||
sha1 'efdcddaee959b85d35a232ddcf1e7ae0577a8704' => :mountain_lion
|
||||
sha1 '17b90896ea0f517fb980e8f82ad8baa8f3639e43' => :lion
|
||||
|
|
|
@ -8,6 +8,7 @@ class Mpfr < Formula
|
|||
sha1 '46d5a11a59a4e31f74f73dd70c5d57a59de2d0b4'
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha1 '1da827b2b2afce70c009900043d63731c46ded97' => :mountain_lion
|
||||
sha1 '76cd548a47615fda27e53140a88e9873d55b6a0e' => :lion
|
||||
sha1 'c5a3566bf11105c66823365f05d1dd6e01d69657' => :snow_leopard
|
||||
|
|
Loading…
Reference in a new issue