You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
288 B
7 lines
288 B
class ParaviewNightly < Cask
|
|
url 'http://www.paraview.org/paraview-downloads/download.php?submit=Download&version=nightly&type=binary&os=osx&downloadFile=ParaView-Darwin-64bit-NIGHTLY.dmg'
|
|
homepage 'http://www.paraview.org/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'paraview.app'
|
|
end
|
|
|