ossp-uuid: add bottle.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
4efce4b54b
commit
1a0820b95b
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ 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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue