Add head to ppl

master
Adam Vandenberg 2010-06-04 18:59:54 -07:00
parent 52f5ee0d5b
commit f29d4a513a
1 changed files with 7 additions and 1 deletions

View File

@ -2,8 +2,14 @@ require 'formula'
class Ppl <Formula
url 'http://www.cs.unipr.it/ppl/Download/ftp/releases/0.10.2/ppl-0.10.2.tar.bz2'
head 'http://www.cs.unipr.it/ppl/Download/ftp/snapshots/ppl-0.11pre24.tar.bz2'
homepage 'http://www.cs.unipr.it/ppl/'
md5 '5667111f53150618b0fa522ffc53fc3e'
if ARGV.include? "--HEAD"
md5 '14f4d5297a161f9ba22c33945fc61a27'
else
md5 '5667111f53150618b0fa522ffc53fc3e'
end
depends_on 'gmp'