diff options
| author | BrewTestBot | 2015-01-24 23:24:30 +0000 |
|---|---|---|
| committer | Misty De Meo | 2015-01-24 23:45:47 -0800 |
| commit | f663712f782e740f584409ee50a00b61bc10b1da (patch) | |
| tree | 477971bc782962d2d1f708fbf0c06e1592fce7c9 /Library/Formula | |
| parent | af2839cb97f8f6775ea8b9e567da4ece62cc4c72 (diff) | |
| download | homebrew-f663712f782e740f584409ee50a00b61bc10b1da.tar.bz2 | |
libforensic1394: add 0.2 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libforensic1394.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libforensic1394.rb b/Library/Formula/libforensic1394.rb index 7632ff4a5..6e5b2f5e1 100644 --- a/Library/Formula/libforensic1394.rb +++ b/Library/Formula/libforensic1394.rb @@ -4,6 +4,13 @@ class Libforensic1394 < Formula sha1 "179526652977c291303e4f7edc3c7ed487eb0eca" head "git://git.freddie.witherden.org/forensic1394.git" + bottle do + cellar :any + sha1 "325248a31ee7f4c57126d77afe4268cf572a9dc5" => :yosemite + sha1 "311dddfc3d77a5ceb316fd909ad3cfae2268483b" => :mavericks + sha1 "55ed86e44ef8c35019fc7e68743e0443b95cf2f7" => :mountain_lion + end + depends_on "cmake" => :build def install |
