diff options
| author | Jack Nagel | 2013-12-04 23:15:16 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-04 23:15:16 -0600 |
| commit | a8fd25e71716c32926dcd3e359c2765f16be8b51 (patch) | |
| tree | b4f3baa6e5239373d1c0dd8eed90474fb6b98f5a | |
| parent | b27bb1b4cfb6f4e9f2fecd1c73a9b7572bdc201c (diff) | |
| download | homebrew-a8fd25e71716c32926dcd3e359c2765f16be8b51.tar.bz2 | |
ossp-uuid: restore relocatable bottle
| -rw-r--r-- | Library/Formula/ossp-uuid.rb | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Library/Formula/ossp-uuid.rb b/Library/Formula/ossp-uuid.rb index e02d6aaab..bbe9b98d4 100644 --- a/Library/Formula/ossp-uuid.rb +++ b/Library/Formula/ossp-uuid.rb @@ -3,16 +3,17 @@ require 'formula' class OsspUuid < Formula homepage 'http://www.ossp.org/pkg/lib/uuid/' url 'ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz' - bottle do - # cellar :any - sha1 '95f106ffb112d84e5b1258f1518b311a564e6fe3' => :mavericks - sha1 'ad991f9dc22bc7bc9fc51b43b8acba863ec48a88' => :mountain_lion - sha1 '8b22c81d6d1947cf7858e5c56e07ec1ad484cec8' => :lion - end - mirror 'http://gnome-build-stage-1.googlecode.com/files/uuid-1.6.2.tar.gz' sha1 '3e22126f0842073f4ea6a50b1f59dcb9d094719f' + bottle do + cellar :any + revision 1 + sha1 'be005cdd4b3b2bb684a2c67458b241189fb234e2' => :mavericks + sha1 'fbed4a708210f9c2fcf2ee70f8e82e4c92db3ac3' => :mountain_lion + sha1 '853ec550d13e6cd48f2ff43605a6ae17b43f4565' => :lion + end + option :universal option "32-bit" |
