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.0b5'
|
|
sha256 'ea684345279ec59dd749a2b7fb103eecf5d69576472e438adccdf3f3d9c2c43a'
|
|
|
|
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
|
|
|