update parallel to fosdem release version
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
8bd8b7dc01
commit
cf2e3adc7d
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue