From bf06e83c13484b162ca5ef0a7e454d18e0eff80e Mon Sep 17 00:00:00 2001 From: Nibbles 2bits Date: Thu, 6 Oct 2011 01:37:35 -0700 Subject: color-code 0.7.2 This is a version update for color-code, a Qt based board game, akin to Mastermind, where you place colored tiles. This was compiled against Qt-4.7.4 and works very well on a 10.6.8 system running in 64bit. Sometimes you come across an app that builds so cleanly and has such a polished interface that it makes you chuckle. It could be the devs own a Mac. Anyway, here it is. Closes #7997. Signed-off-by: Jack Nagel --- Library/Formula/color-code.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/color-code.rb b/Library/Formula/color-code.rb index 230a5f339..cd8b3220a 100644 --- a/Library/Formula/color-code.rb +++ b/Library/Formula/color-code.rb @@ -1,9 +1,9 @@ require 'formula' class ColorCode < Formula - url 'http://test.laebisch.com/ColorCode-0.5.5.tar.gz' + url 'http://colorcode.laebisch.com/download/ColorCode-0.7.2.tar.gz' homepage 'http://colorcode.laebisch.com/' - md5 'f41657dccdb9305c3b5532f701067630' + sha1 'd9ecd49d04c41ac680ae4d2cb217215440c1a27d' depends_on 'qt' -- cgit v1.2.3