aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2012-08-20 21:40:53 -0500
committerJack Nagel2012-08-20 21:41:11 -0500
commit1cc4f5cc9444c534ea12dec8adc9fff0f95d0ab6 (patch)
treebaceb540931ef4590aef78d48837b020501b7c61 /Library/Formula
parent656623e50341888008c610ab7982578c0ac501fd (diff)
downloadhomebrew-1cc4f5cc9444c534ea12dec8adc9fff0f95d0ab6.tar.bz2
pcb: update homepage and head URL
Fixes #14300. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pcb.rb8
1 files changed, 4 insertions, 4 deletions
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}",