aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorNibbles 2bits2011-10-06 01:37:35 -0700
committerJack Nagel2011-10-06 16:11:27 -0500
commitbf06e83c13484b162ca5ef0a7e454d18e0eff80e (patch)
tree19d4c714ff9fef8d26934e2a836a82c74672c967 /Library
parent93d822fe361ba59b8a53903327b08727f4cd22fa (diff)
downloadhomebrew-bf06e83c13484b162ca5ef0a7e454d18e0eff80e.tar.bz2
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 <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/color-code.rb4
1 files changed, 2 insertions, 2 deletions
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'