parallel 20130822

Closes Homebrew/homebrew#22567.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Brett Koonce 2013-09-15 13:23:04 -05:00 committed by Adam Vandenberg
parent 8de0cc52e0
commit 1a00cb01b1
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ require 'formula'
class Parallel < Formula
homepage 'http://savannah.gnu.org/projects/parallel/'
url 'http://ftpmirror.gnu.org/parallel/parallel-20130722.tar.bz2'
mirror 'http://ftp.gnu.org/gnu/parallel/parallel-20130722.tar.bz2'
sha256 '68185dfe3e94656c680c713f495840edf00bac0e8233e9fe1161f2ae3f99f66b'
url 'http://ftpmirror.gnu.org/parallel/parallel-20130822.tar.bz2'
mirror 'http://ftp.gnu.org/gnu/parallel/parallel-20130822.tar.bz2'
sha256 'b857c744479fe19137bdbd240dd6205882b31be924c9ce0a0f4566e67e8d25d9'
conflicts_with 'moreutils',
:because => "both install a 'parallel' executable."