GNU Parallel 20110322
This commit is contained in:
parent
d5d28d6f7d
commit
a88edf7f59
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-20110205.tar.bz2'
|
||||
url 'http://ftp.gnu.org/gnu/parallel/parallel-20110322.tar.bz2'
|
||||
homepage 'http://savannah.gnu.org/projects/parallel/'
|
||||
md5 '4a8484fd4e11fd2fee63ee763f22786c'
|
||||
md5 '2e8eafdc2fa21d99bfc22aac01e245ef'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue