From 1cc4f5cc9444c534ea12dec8adc9fff0f95d0ab6 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 20 Aug 2012 21:40:53 -0500 Subject: pcb: update homepage and head URL Fixes #14300. Signed-off-by: Jack Nagel --- Library/Formula/pcb.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Library') diff --git a/Library/Formula/pcb.rb b/Library/Formula/pcb.rb index cd903b525..7b64e5f7d 100644 --- a/Library/Formula/pcb.rb +++ b/Library/Formula/pcb.rb @@ -1,12 +1,12 @@ require 'formula' class Pcb < Formula - homepage 'http://pcb.gpleda.org/' + homepage 'http://pcb.geda-project.org/' url 'http://downloads.sourceforge.net/project/pcb/pcb/pcb-20110918/pcb-20110918.tar.gz' version '20110908' - md5 '54bbc997eeb22b85cf21fed54cb8e181' + sha1 '53ca27797d4db65a068b56f157e3ea6c5c29051f' - head 'git://git.gpleda.org/pcb.git' + head 'git://git.geda-project.org/pcb.git' depends_on :automake depends_on 'pkg-config' => :build @@ -26,7 +26,7 @@ class Pcb < Formula end def install - system "./autogen.sh" if ARGV.build_head? + system "./autogen.sh" if build.head? system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", -- cgit v1.2.3