diff options
| author | BrewTestBot | 2015-04-16 20:54:22 +0100 | 
|---|---|---|
| committer | Xu Cheng | 2015-04-17 14:08:49 +0800 | 
| commit | eb5d0c4cb1f486ce152dff67c423500b25fe6450 (patch) | |
| tree | 2eca77c31cb719f67bd52934a20c0b7ff5a24812 | |
| parent | 74e1f6b43ee83ba1511234e258c15a3b025a13eb (diff) | |
| download | homebrew-eb5d0c4cb1f486ce152dff67c423500b25fe6450.tar.bz2 | |
clang-omp: update 2015-04-01 bottle.
| -rw-r--r-- | Library/Formula/clang-omp.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/clang-omp.rb b/Library/Formula/clang-omp.rb index 338eff6c6..e2a54cb15 100644 --- a/Library/Formula/clang-omp.rb +++ b/Library/Formula/clang-omp.rb @@ -5,9 +5,10 @@ class ClangOmp < Formula    sha256 "37f990ad99b3213507ec88f86702c5a057ce397cc16638eeee5c88906572daec"    bottle do -    sha256 "ed23f2f98cd280c73f53c31a281a3baee6a7e89cdd2f6f1388502fae6ea043fe" => :yosemite -    sha256 "de14d6887271d0926d0ef4b3eb5f74366955d92d7de231a9ba8c71ce6f8443d1" => :mavericks -    sha256 "7d58ef5113604b044c916dcb1920157d77247eb60e0c508a67d285e139b576e0" => :mountain_lion +    revision 1 +    sha256 "dfc5f4c5ca5f91b71f6e6c71934371f823f3d9f922184954289c0fa58c610738" => :yosemite +    sha256 "0cf85df1cade74005852efe44292babf82582e46f105fd752699e3b6d7258ce5" => :mavericks +    sha256 "9bc657cd6162cfe4755733e22c2292748ec4073cc1372737c2e07094f10958b6" => :mountain_lion    end    depends_on "libiomp" | 
