update parallel to fosdem release version

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
jtimberman 2011-02-05 16:23:40 +01:00 committed by Adam Vandenberg
parent 8bd8b7dc01
commit cf2e3adc7d

View file

@ -1,9 +1,9 @@
require 'formula'
class Parallel <Formula
url 'http://ftp.gnu.org/gnu/parallel/parallel-20110125.tar.bz2'
url 'http://ftp.gnu.org/gnu/parallel/parallel-20110205.tar.bz2'
homepage 'http://savannah.gnu.org/projects/parallel/'
md5 'db67c116fc07288c09daf8fb6f3cb0bf'
md5 '4a8484fd4e11fd2fee63ee763f22786c'
def install
system "./configure", "--prefix=#{prefix}"