diff options
| author | Brett Koonce | 2014-01-13 20:12:56 -0600 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-14 08:19:39 +0000 |
| commit | ae82e140d9ecb10c8c03005ed0865139a64e0f9a (patch) | |
| tree | 05b3f456ab9bf920ef6ce2f6d45f2a2e54e5eefb /Library/Formula/parallel.rb | |
| parent | 5a4dd20134d61db5a517521d771362551f313ab1 (diff) | |
| download | homebrew-ae82e140d9ecb10c8c03005ed0865139a64e0f9a.tar.bz2 | |
parallel 20131222
Closes #25884.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/parallel.rb')
| -rw-r--r-- | Library/Formula/parallel.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/parallel.rb b/Library/Formula/parallel.rb index 816203144..f281ebf9c 100644 --- a/Library/Formula/parallel.rb +++ b/Library/Formula/parallel.rb @@ -2,9 +2,9 @@ require 'formula' class Parallel < Formula homepage 'http://savannah.gnu.org/projects/parallel/' - url 'http://ftpmirror.gnu.org/parallel/parallel-20131122.tar.bz2' - mirror 'http://ftp.gnu.org/gnu/parallel/parallel-20131122.tar.bz2' - sha256 'ef5e0af618cd71c2a2d96ab3aa800ca44e6fab830092176db4b3468b747e29d0' + url 'http://ftpmirror.gnu.org/parallel/parallel-20131222.tar.bz2' + mirror 'http://ftp.gnu.org/gnu/parallel/parallel-20131222.tar.bz2' + sha256 '6772be4d236de1696c1d7f84eee00f36d0a69da28c845c8730c38816c9eaef21' conflicts_with 'moreutils', :because => "both install a 'parallel' executable." |
