diff options
| author | Kevin H. Kamel | 2014-10-05 17:32:40 -0600 |
|---|---|---|
| committer | Tim D. Smith | 2014-10-05 18:40:15 -0700 |
| commit | 5a1cc02b7e3873249de4cd3927a7f3f531d6e1ff (patch) | |
| tree | ca893ae0674cce2aecc7283126dc715b1f2f2f44 | |
| parent | 8ec575ee4d068a7969524366a48692ff14102e87 (diff) | |
| download | homebrew-5a1cc02b7e3873249de4cd3927a7f3f531d6e1ff.tar.bz2 | |
Update sshguard.rb
Apparently the url for the last applied patch has changed, probably due to some convention change at sourceforge itself.
New url is: http://sourceforge.net/p/sshguard/bugs/_discuss/thread/3d94b7ef/c062/attachment/sshguard.c.diff
sha1 hash for this file remains the same
Closes #32957.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
| -rw-r--r-- | Library/Formula/sshguard.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/sshguard.rb b/Library/Formula/sshguard.rb index e6d60d1d3..a6f2feb72 100644 --- a/Library/Formula/sshguard.rb +++ b/Library/Formula/sshguard.rb @@ -9,7 +9,7 @@ class Sshguard < Formula # Upstream bug report: # http://sourceforge.net/tracker/?func=detail&aid=3252151&group_id=188282&atid=924685 patch do - url "https://sourceforge.net/tracker/download.php?group_id=188282&atid=924685&file_id=405677&aid=3252151" + url "http://sourceforge.net/p/sshguard/bugs/_discuss/thread/3d94b7ef/c062/attachment/sshguard.c.diff" sha1 "68cd0910d310e4d23e7752dee1b077ccfe715c0b" end |
