aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-04-01 15:11:22 -0500
committerMike McQuaid2014-04-01 15:11:22 -0500
commitac9c94b2b99d360e244730e60bba560c64cefb1a (patch)
tree52ded324fa6cd2dbde5f22761eaaadaa777ec203
parent97e28e590aeb2a26401da72dc11d278be49348f1 (diff)
downloadhomebrew-ac9c94b2b99d360e244730e60bba560c64cefb1a.tar.bz2
mtr: fix patch SHA-1.
Closes #28046.
-rw-r--r--Library/Formula/mtr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mtr.rb b/Library/Formula/mtr.rb
index 01677daea..78df96864 100644
--- a/Library/Formula/mtr.rb
+++ b/Library/Formula/mtr.rb
@@ -9,7 +9,7 @@ class Mtr < Formula
patch do
url "https://github.com/traviscross/mtr/commit/edd425.patch"
- sha1 "9bdf9deaea110aa4253d75d077c88a13fc5113cf"
+ sha1 "43bacc9f68aba52f4d4fb5245e8a9b580368329d"
end
end