diff options
| author | Jack Nagel | 2014-03-16 21:35:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 21:35:20 -0500 |
| commit | 7c5d39888c851e67e05d5bbcedf39b7ffd9f1107 (patch) | |
| tree | 850a5408fc6d29e64f23c5288fb984bf4ad96454 /Library/Formula | |
| parent | d4c124a1a832407c36d54935de1f54814d24c3b8 (diff) | |
| download | homebrew-7c5d39888c851e67e05d5bbcedf39b7ffd9f1107.tar.bz2 | |
libgsm: use checksummed patches
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libgsm.rb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Library/Formula/libgsm.rb b/Library/Formula/libgsm.rb index 443d746d0..acd7dede4 100644 --- a/Library/Formula/libgsm.rb +++ b/Library/Formula/libgsm.rb @@ -7,10 +7,11 @@ class Libgsm < Formula option :universal - def patches - # Builds a dynamic library for gsm, this package is no longer developed - # upstream. Patch taken from Debian and modified to build a dylib. - 'https://gist.github.com/dholm/5840964/raw/' + # Builds a dynamic library for gsm, this package is no longer developed + # upstream. Patch taken from Debian and modified to build a dylib. + patch do + url "https://gist.github.com/dholm/5840964/raw/" + sha1 "41fff9bb2dc4958aeb503180ab30ae2e45354e54" end def install |
