From 2e7cbfef334a3623f60e030e4d40103472ba4d43 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 11 Mar 2012 15:04:03 -0500 Subject: Remove redundant versions and update version tests Signed-off-by: Jack Nagel --- Library/Formula/poco.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library/Formula/poco.rb') diff --git a/Library/Formula/poco.rb b/Library/Formula/poco.rb index 2d975600b..3e4dcbddc 100644 --- a/Library/Formula/poco.rb +++ b/Library/Formula/poco.rb @@ -1,10 +1,9 @@ require 'formula' class Poco < Formula - url 'http://downloads.sourceforge.net/project/poco/sources/poco-1.4.1/poco-1.4.1p1-all.tar.bz2' homepage 'http://pocoproject.org/' + url 'http://downloads.sourceforge.net/project/poco/sources/poco-1.4.1/poco-1.4.1p1-all.tar.bz2' md5 '5b35baa1bf7ee4b20437b8950a1c5012' - version '1.4.1p1' def install arch = Hardware.is_64_bit? ? 'Darwin64': 'Darwin' -- cgit v1.2.3