diff options
Diffstat (limited to 'Library/Formula/check.rb')
| -rw-r--r-- | Library/Formula/check.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/check.rb b/Library/Formula/check.rb index 0f2d66150..f5c6fb0e4 100644 --- a/Library/Formula/check.rb +++ b/Library/Formula/check.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Check < Formula - homepage 'http://check.sourceforge.net/' - url 'https://downloads.sourceforge.net/project/check/check/0.9.12/check-0.9.12.tar.gz' - sha1 'eaa4c1c3273901b63c7bf054d402b554ad8dd9c9' + homepage "http://check.sourceforge.net/" + url "https://downloads.sourceforge.net/project/check/check/0.9.13/check-0.9.13.tar.gz" + sha1 "09f682d2239b1353818b74d06099a17460450240" option :universal |
