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.
16 lines
522 B
16 lines
522 B
cask 'processing2' do
|
|
version '3.3.4'
|
|
sha256 '65aaa629b04b37976b456e8834de1c5c7f19fb92cb94b6496b0a8222f627e6b2'
|
|
|
|
url "http://download.processing.org/processing-#{version}-macosx.zip"
|
|
appcast 'https://github.com/processing/processing/releases.atom',
|
|
checkpoint: '60699238aa599f5c023d6f8d485a2f72f6c85e468b95183d069eb79a9361a7c9'
|
|
name 'Processing'
|
|
homepage 'https://processing.org/'
|
|
|
|
conflicts_with cask: 'processing'
|
|
|
|
app 'Processing.app'
|
|
|
|
zap delete: '~/Library/Processing/preferences.txt'
|
|
end
|
|
|