diff options
| author | Jack Nagel | 2014-03-20 14:02:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-20 14:02:57 -0500 |
| commit | cb563fc8724f8311ace7e57da87c574ac174d8d5 (patch) | |
| tree | 7d8660738592b10e27a6ce421c2108276cd2c245 /Library | |
| parent | 747cfab7c3b35ad1d357a1765c08e4291072742d (diff) | |
| download | homebrew-cb563fc8724f8311ace7e57da87c574ac174d8d5.tar.bz2 | |
mtr: fix patch checksum
Fixes #27729.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mtr.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mtr.rb b/Library/Formula/mtr.rb index f9e43dde3..01677daea 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 "84b7dcbf00ddac5ec5bd79ec4707c1ebbd9dedc2" + sha1 "9bdf9deaea110aa4253d75d077c88a13fc5113cf" end end |
