diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/rats.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/rats.rb b/Library/Formula/rats.rb index a50cf7098..d74862a81 100644 --- a/Library/Formula/rats.rb +++ b/Library/Formula/rats.rb @@ -2,8 +2,8 @@ require 'formula' class Rats < Formula homepage 'https://security.web.cern.ch/security/recommendations/en/codetools/rats.shtml' - url 'https://rough-auditing-tool-for-security.googlecode.com/files/rats-2.3.tar.gz' - sha1 '02283f2a5f0482f09c7e33d2aa84d68c48a8ec5a' + url 'https://rough-auditing-tool-for-security.googlecode.com/files/rats-2.4.tgz' + sha1 '1063210dbad5bd9f287b7b80bd7e412a63ae1792' def install system "./configure", "--prefix=#{prefix}", |
