aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJonathan Palardy2010-09-18 21:48:40 -0400
committerAdam Vandenberg2010-09-18 19:41:31 -0700
commite05cca0ed13c49850e3ba83c9f38346717db557b (patch)
treeb3941b3a741c35c85d28bd90fc7de342e880b11a /Library/Formula
parent6dfe685e4f0fedbba52b7e0880b0884b1082516b (diff)
downloadhomebrew-e05cca0ed13c49850e3ba83c9f38346717db557b.tar.bz2
bump version to 20100906
* update URL * update md5 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/parallel.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/parallel.rb b/Library/Formula/parallel.rb
index cdd3a1566..82627b3dc 100644
--- a/Library/Formula/parallel.rb
+++ b/Library/Formula/parallel.rb
@@ -1,9 +1,9 @@
require 'formula'
class Parallel <Formula
- url 'ftp://ftp.gnu.org/gnu/parallel/parallel-20100424.tar.bz2'
+ url 'ftp://ftp.gnu.org/gnu/parallel/parallel-20100906.tar.bz2'
homepage 'http://savannah.gnu.org/projects/parallel/'
- md5 '7f75ec6bd43768f27aa2667a3f4ce96d'
+ md5 'e8a50e2398ce359c19b5f56832946978'
def install
system "./configure", "--prefix=#{prefix}"