diff options
| author | Jack Nagel | 2014-03-16 21:35:22 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 22:57:28 -0500 |
| commit | 573b5b0027c269af2e437a9bec112d688c89db56 (patch) | |
| tree | 9a9298d86cf8ff8da78176eb701719ade67868bd /Library/Formula | |
| parent | 29718b39062d2df0487719beb79c4135e77cd1a7 (diff) | |
| download | homebrew-573b5b0027c269af2e437a9bec112d688c89db56.tar.bz2 | |
partio: use checksummed patches
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/partio.rb | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Library/Formula/partio.rb b/Library/Formula/partio.rb index 1b454dcff..f6eb50b6f 100644 --- a/Library/Formula/partio.rb +++ b/Library/Formula/partio.rb @@ -10,12 +10,19 @@ class Partio < Formula depends_on 'doxygen' => :build # These fixes are upstream and can be removed in the next released version. - def patches - [ - "https://github.com/wdas/partio/commit/5b80b00ddedaef9ffed19ea4e6773ed1dc27394e.patch", - "https://github.com/wdas/partio/commit/bdce60e316b699fb4fd813c6cad9d369205657c8.patch", - "https://github.com/wdas/partio/commit/e557c212b0e8e0c4830e7991541686d568853afd.patch" - ] + patch do + url "https://github.com/wdas/partio/commit/5b80b00ddedaef9ffed19ea4e6773ed1dc27394e.patch" + sha1 "3b25c1eba327404ea49c3c6f0d3fe71eb114da7d" + end + + patch do + url "https://github.com/wdas/partio/commit/bdce60e316b699fb4fd813c6cad9d369205657c8.patch" + sha1 "51e83e18323895fd5cf1e8725f67db082d8eaa33" + end + + patch do + url "https://github.com/wdas/partio/commit/e557c212b0e8e0c4830e7991541686d568853afd.patch" + sha1 "a7c7d6a2ab47db1961bdc522e62c99b54b547d02" end def install |
