diff options
| author | Jack Nagel | 2014-03-14 10:03:26 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-03-14 12:34:35 -0500 | 
| commit | 4db4d65dcd2a9b658f50b41aa1b1c6404062cf3c (patch) | |
| tree | ab91e1b9cf481cbb2e34bd887718329b70361909 | |
| parent | 928077c0f6d4a2feec724740ee3f8b59fbddd2d0 (diff) | |
| download | homebrew-4db4d65dcd2a9b658f50b41aa1b1c6404062cf3c.tar.bz2 | |
par: use checksummed patches
| -rw-r--r-- | Library/Formula/par.rb | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/Library/Formula/par.rb b/Library/Formula/par.rb index bd6eb0e0c..70b3bd528 100644 --- a/Library/Formula/par.rb +++ b/Library/Formula/par.rb @@ -6,10 +6,11 @@ class Par < Formula    version '1.52'    sha1 '4b83d2ec593bb45ee46d4b7c2bfc590e1f4a41a8' -  def patches -    # A patch by Jérôme Pouiller that adds support for multibyte -    # charsets (like UTF-8), plus Debian packaging. -    "http://www.nicemice.net/par/par_1.52-i18n.3.diff.gz" +  # A patch by Jérôme Pouiller that adds support for multibyte +  # charsets (like UTF-8), plus Debian packaging. +  patch do +    url "http://www.nicemice.net/par/par_1.52-i18n.3.diff.gz" +    sha1 "2a4fec5c2509be0dbd32c4706c245326db6dfeac"    end    def install | 
