diff options
| author | Jack Nagel | 2014-03-16 21:35:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 23:09:21 -0500 |
| commit | 814a01f3149fb0314966db60690b46708556e12b (patch) | |
| tree | 2c253733b0c0b824badaad03a1293e815a0d2ce2 /Library/Formula | |
| parent | eac4d803281baec3984154ccb03a76c7ac6fd566 (diff) | |
| download | homebrew-814a01f3149fb0314966db60690b46708556e12b.tar.bz2 | |
qca: use checksummed patches
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/qca.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/qca.rb b/Library/Formula/qca.rb index 68d758ee5..b5863132a 100644 --- a/Library/Formula/qca.rb +++ b/Library/Formula/qca.rb @@ -9,8 +9,9 @@ class Qca < Formula # Fix for clang adhering strictly to standard, see: # http://clang.llvm.org/compatibility.html#dep_lookup_bases - def patches - 'http://quickgit.kde.org/?p=qca.git&a=commitdiff&h=312b69&o=plain' + patch do + url "http://quickgit.kde.org/?p=qca.git&a=commitdiff&h=312b69&o=plain" + sha1 "f3b1f645e35f46919d9bf9ed6f790619c7d03631" end def install |
