diff options
| author | Jack Nagel | 2014-03-14 10:03:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-14 12:59:52 -0500 |
| commit | ca30ad0dc18ccbce44296cbf2c4f1282db796473 (patch) | |
| tree | 9bde9bfb438789b2a41436268aeae709b5ba5031 /Library | |
| parent | c8ccf58c5437bf9ddc603ab5e6e7fd74a6815ae3 (diff) | |
| download | homebrew-ca30ad0dc18ccbce44296cbf2c4f1282db796473.tar.bz2 | |
tinysvm: use checksummed patches
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/tinysvm.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/tinysvm.rb b/Library/Formula/tinysvm.rb index 446fe6de4..c421d394f 100644 --- a/Library/Formula/tinysvm.rb +++ b/Library/Formula/tinysvm.rb @@ -6,10 +6,9 @@ class Tinysvm < Formula sha1 '9c3c36454c475180ef6646d059376f35549cad08' # Use correct compilation flag - def patches - { :p0 => [ - "https://trac.macports.org/export/94156/trunk/dports/math/TinySVM/files/patch-configure.diff" - ]} + patch :p0 do + url "https://trac.macports.org/export/94156/trunk/dports/math/TinySVM/files/patch-configure.diff" + sha1 "9f59314fa743e98d8fe3e887b58a85f25e4df571" end def install |
