mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
257 B
Ruby
7 lines
257 B
Ruby
class Processing < Cask
|
|
url 'http://processing.googlecode.com/files/processing-2.1.1-macosx.zip'
|
|
homepage 'http://processing.org/'
|
|
version '2.1.1'
|
|
sha256 'b3e282350f062e89e827dc3619308015ba8f62ac62231eb6ca271f4a0785ce37'
|
|
link 'Processing.app'
|
|
end
|