aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/geoipupdate.rb
diff options
context:
space:
mode:
authorSteven Peters2014-04-11 16:07:51 -0700
committerJack Nagel2014-04-11 20:53:22 -0500
commitcd9c98b77e46ae1eb8c297ddcd80db48745b00a4 (patch)
treebf1fe154a08ca111a0d19916b7f6b692d70623bf /Library/Formula/geoipupdate.rb
parent120b1658b485acba330ab5208962de455530d028 (diff)
downloadhomebrew-cd9c98b77e46ae1eb8c297ddcd80db48745b00a4.tar.bz2
Use .diff instead of .patch for github commit sourced patches
This modifies multiple formulae in a single commit, replacing the patch suffix with diff per #28315. I used the following command: ~~~ sed -i -e 's@patch"$@diff"@' `grep -rlI 'commit.*patch"$' .` ~~~ The patch shasums are then computed using: ~~~ brew fetch --build-from-source `git st | sed -e 's@^ M@@'` ~~~ and manually updated. Fixes #28315. Fixes #28335. Closes #28339. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/geoipupdate.rb')
-rw-r--r--Library/Formula/geoipupdate.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/geoipupdate.rb b/Library/Formula/geoipupdate.rb
index a7258b813..57b8b9dbd 100644
--- a/Library/Formula/geoipupdate.rb
+++ b/Library/Formula/geoipupdate.rb
@@ -9,8 +9,8 @@ class Geoipupdate < Formula
# Fixes use of getline on pre-Lion; will be in next release
patch do
- url "https://github.com/maxmind/geoipupdate/commit/bdf11969f4c7c6b173466092287a2fdbd485b248.patch"
- sha1 "845aed21e187cd1fe1a60b029ff8ac13284c7cea"
+ url "https://github.com/maxmind/geoipupdate/commit/bdf11969f4c7c6b173466092287a2fdbd485b248.diff"
+ sha1 "80a8dd08ccbcd1c1d73c1bff6b5ce62adc254b96"
end
end