diff options
| author | Jack Nagel | 2014-03-16 19:35:07 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 19:56:56 -0500 |
| commit | ea423bbcc67b7632031ac2b63b29836d6793f854 (patch) | |
| tree | 0d7063792fd20d674204225ecf3f5e6c8f032935 /Library/Formula/exempi.rb | |
| parent | ef406f8193f2324e3511077dc69ca2ab62b538d0 (diff) | |
| download | homebrew-ea423bbcc67b7632031ac2b63b29836d6793f854.tar.bz2 | |
exempi: use checksummed patches
Diffstat (limited to 'Library/Formula/exempi.rb')
| -rw-r--r-- | Library/Formula/exempi.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/exempi.rb b/Library/Formula/exempi.rb index 6bf4d0af3..1bace7068 100644 --- a/Library/Formula/exempi.rb +++ b/Library/Formula/exempi.rb @@ -7,9 +7,10 @@ class Exempi < Formula depends_on 'boost' - def patches - # https://bugs.freedesktop.org/show_bug.cgi?id=73058 - "http://cgit.freedesktop.org/exempi/patch/?id=75af16b221dca0bf6a9656d5b187c3141d82c200" + # https://bugs.freedesktop.org/show_bug.cgi?id=73058 + patch do + url "http://cgit.freedesktop.org/exempi/patch/?id=75af16b221dca0bf6a9656d5b187c3141d82c200" + sha1 "a5ccc2f56ff685a52578ddcca2dc12105347c1d2" end def install |
