From bdc885c017e480924defb5caeb75fb09d20639cb Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Mon, 16 Jun 2014 23:48:00 -0700 Subject: [PATCH] check 0.9.13 --- Formula/check.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/check.rb b/Formula/check.rb index 0f2d66150dd..f5c6fb0e476 100644 --- a/Formula/check.rb +++ b/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