diff options
| author | Nelson Darkwah Oppong | 2014-03-17 23:24:46 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-18 07:44:07 +0000 | 
| commit | b66db778883c77dd8d1e96fa4885f05be2a812f9 (patch) | |
| tree | b6a584bade7c44e097177b38f9617ab8e52d53b8 /Library/Formula/pcb.rb | |
| parent | 69a5e44fc21ef854ef6a9b4a61748976097abd2d (diff) | |
| download | homebrew-b66db778883c77dd8d1e96fa4885f05be2a812f9.tar.bz2 | |
pcb 20140316
new pcb version (20140316)
Closes #27651.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/pcb.rb')
| -rw-r--r-- | Library/Formula/pcb.rb | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pcb.rb b/Library/Formula/pcb.rb index fe346c47a..9f91dbfd7 100644 --- a/Library/Formula/pcb.rb +++ b/Library/Formula/pcb.rb @@ -2,9 +2,8 @@ require 'formula'  class Pcb < Formula    homepage 'http://pcb.geda-project.org/' -  url 'https://downloads.sourceforge.net/project/pcb/pcb/pcb-20110918/pcb-20110918.tar.gz' -  version '20110908' -  sha1 '53ca27797d4db65a068b56f157e3ea6c5c29051f' +  url 'https://downloads.sourceforge.net/project/pcb/pcb/pcb-20140316/pcb-20140316.tar.gz' +  sha1 'ec714ff136d1817e500e1a9e654e786883b9501e'    head 'git://git.geda-project.org/pcb.git'  | 
