Browse Source

Merge pull request #426 from fanquake/processing-2-0-b9

Processing 2.0b9
Vítor Galvão 12 years ago
parent
commit
aed19a0296
  1. 8
      Casks/processing.rb

8
Casks/processing.rb

@ -1,7 +1,7 @@
class Processing < Cask
url 'http://processing.googlecode.com/files/processing-2.0b8-macosx.zip'
url 'http://processing.googlecode.com/files/processing-2.0b9-macosx.zip'
homepage 'http://processing.org/'
version '2.0b8'
sha1 '1367fa8eb3f9692b8bbbfa1c4c3d6d437ee3a86d'
link :app, 'Processing.app'
version '2.0b9'
sha1 'da40235bd811e67e122acb21701f7a5366672b17'
link 'Processing.app'
end

Loading…
Cancel
Save