diff options
| author | Chris Knadler | 2013-01-31 17:30:39 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-31 19:25:35 -0800 |
| commit | 16a176cfe4c457eb6a76ee54e6372689e24a0781 (patch) | |
| tree | f670a7eeca114c8d48bd154d44f7bc2f9b30c0df /Library | |
| parent | 46e29cb12e5bf782c3eb3beda5d5f92ea02d3450 (diff) | |
| download | homebrew-16a176cfe4c457eb6a76ee54e6372689e24a0781.tar.bz2 | |
check 0.9.9
Closes #17482.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/check.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/check.rb b/Library/Formula/check.rb index 1b65bfac9..91a96e955 100644 --- a/Library/Formula/check.rb +++ b/Library/Formula/check.rb @@ -2,8 +2,8 @@ require 'formula' class Check < Formula homepage 'http://check.sourceforge.net/' - url 'http://downloads.sourceforge.net/project/check/check/0.9.8/check-0.9.8.tar.gz' - sha1 'a75cc89411e24b5d39b7869f8233e19f210de555' + url 'http://downloads.sourceforge.net/project/check/check/0.9.9/check-0.9.9.tar.gz' + sha1 '96c06ff9971884628c2512f0e3bca6141c49290b' option :universal |
