diff options
| author | BrewTestBot | 2014-11-25 19:48:52 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-25 19:51:39 +0000 |
| commit | f81968c53d574ad2c40507f406953990056aba95 (patch) | |
| tree | a64cde6188b77cc01feba2f02f767f9a3e2accf0 /Library | |
| parent | d9791affbc6df9c309ee45e5452e6960cc710e15 (diff) | |
| download | homebrew-f81968c53d574ad2c40507f406953990056aba95.tar.bz2 | |
assimp: update 3.1.1 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/assimp.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/assimp.rb b/Library/Formula/assimp.rb index 3967da253..6fcea789c 100644 --- a/Library/Formula/assimp.rb +++ b/Library/Formula/assimp.rb @@ -10,9 +10,10 @@ class Assimp < Formula bottle do cellar :any - sha1 "0b103054733c3791ad92cdb51b0acd7e053baf61" => :yosemite - sha1 "a34746e16ce3ec4d5737db73db1ddd766d688619" => :mavericks - sha1 "7a0bb7602c85f83cb775a95bfe384bf8a5ca4283" => :mountain_lion + revision 1 + sha1 "147bc1b92a31526950262c123b2d78d78b092005" => :yosemite + sha1 "a44ef2d43ab074beb0b03196e65df3bf1a8e406b" => :mavericks + sha1 "31bb541f50c5ff22055ce2f608ae88ab4997407c" => :mountain_lion end option "without-boost", "Compile without thread safe logging or multithreaded computation if boost isn't installed" |
