diff options
| author | Ian Lancaster | 2013-05-07 00:40:57 -0400 | 
|---|---|---|
| committer | Jack Nagel | 2013-05-07 15:08:07 -0500 | 
| commit | 31f40d9ee581998886194a881b7c59e67b6f8642 (patch) | |
| tree | 6ccd5a4b9039607d0c8aef9d9a1b48706dfe3dd4 | |
| parent | e76aeacc64e287fbca846d05db02e477c02026db (diff) | |
| download | homebrew-31f40d9ee581998886194a881b7c59e67b6f8642.tar.bz2 | |
par: force version
Closes #19655.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/par.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/par.rb b/Library/Formula/par.rb index e04e0a2e3..bd6eb0e0c 100644 --- a/Library/Formula/par.rb +++ b/Library/Formula/par.rb @@ -3,6 +3,7 @@ require 'formula'  class Par < Formula    homepage 'http://www.nicemice.net/par/'    url 'http://www.nicemice.net/par/Par152.tar.gz' +  version '1.52'    sha1 '4b83d2ec593bb45ee46d4b7c2bfc590e1f4a41a8'    def patches | 
