From a8b789518db631da7e40025bf6b2558b1b33e55f Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 26 Jan 2013 18:04:02 -0800 Subject: [PATCH] cast: style nits --- Formula/cast.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/cast.rb b/Formula/cast.rb index e7ea2060243..a9f74f979f7 100644 --- a/Formula/cast.rb +++ b/Formula/cast.rb @@ -1,8 +1,8 @@ require 'formula' class Cast < Formula - url 'http://files.cast-project.org/cast-0.2.0.tar.gz' homepage 'http://cast-project.org' + url 'http://files.cast-project.org/cast-0.2.0.tar.gz' sha1 'ab5e21c69dd0d5d1dc37b2f7d0ba7c52dddce400' depends_on 'scons' => :build