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.
13 lines
352 B
13 lines
352 B
cask :v1 => 'processing3' do
|
|
version '3.0b4'
|
|
sha256 '093940448440e7f52d134e16bd3ad08ea1440f526dd49b8f727a3aa204999c24'
|
|
|
|
url "http://download.processing.org/processing-#{version}-macosx.zip"
|
|
name 'Processing'
|
|
homepage 'http://processing.org/'
|
|
license :gpl
|
|
|
|
app 'Processing.app'
|
|
|
|
zap :delete => '~/Library/Processing/preferences.txt'
|
|
end
|
|
|