diff options
| author | BrewTestBot | 2014-11-29 18:11:52 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-30 17:09:56 +0000 |
| commit | 48e8083c6607380863c58614b72f4ad81386b22f (patch) | |
| tree | bba06acbe3fc9696619154c3a56e9077a65599f1 /Library/Formula | |
| parent | 07a244cccf5155f67db89849f6a6f4475fcbb716 (diff) | |
| download | homebrew-48e8083c6607380863c58614b72f4ad81386b22f.tar.bz2 | |
qca: update 2.1.0 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qca.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/qca.rb b/Library/Formula/qca.rb index 58b1c4d5d..c2fb54728 100644 --- a/Library/Formula/qca.rb +++ b/Library/Formula/qca.rb @@ -8,9 +8,10 @@ class Qca < Formula head "git://anongit.kde.org/qca.git", :branch => "master" bottle do - sha1 "3ff5e09bb690122d807b48470cf1bbafcca89b41" => :yosemite - sha1 "f01d8cbd41c97068185af2f4c6efdec8ff0c6ce7" => :mavericks - sha1 "4638b43c0ce83a2cccc64d678c7eefffd1844ba3" => :mountain_lion + revision 1 + sha1 "356114a1ff4876b5027c679e05dbbca7a577bbfb" => :yosemite + sha1 "96c63fea66bed56cb8c00dcaee425c774aea04db" => :mavericks + sha1 "4c2620045877960f797c208b4c68e505fc02a39d" => :mountain_lion end option "with-api-docs", "Build API documentation" |
