Revert "check 0.9.9"
This reverts commit 16a176cfe4c457eb6a76ee54e6372689e24a0781. Does not compile with clang or llvm. Closes Homebrew/homebrew#17494.
This commit is contained in:
parent
e2031b51c1
commit
968ebee1ce
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Check < Formula
|
||||
homepage 'http://check.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/check/check/0.9.9/check-0.9.9.tar.gz'
|
||||
sha1 '96c06ff9971884628c2512f0e3bca6141c49290b'
|
||||
url 'http://downloads.sourceforge.net/project/check/check/0.9.8/check-0.9.8.tar.gz'
|
||||
sha1 'a75cc89411e24b5d39b7869f8233e19f210de555'
|
||||
|
||||
option :universal
|
||||
|
||||
|
|
Loading…
Reference in a new issue