From 7c5d39888c851e67e05d5bbcedf39b7ffd9f1107 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 16 Mar 2014 21:35:20 -0500 Subject: libgsm: use checksummed patches --- Library/Formula/libgsm.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3