homebrew-cask/Casks/p5.rb

16 lines
611 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'p5' do
2014-11-25 22:00:04 +08:00
# note: "5" is not a version number, but an intrinsic part of the product name
2015-12-13 05:14:45 +08:00
version '0.5.7'
sha256 'f46942ea6939384634d83172fe6544f243d24aebe0a289d5402853f3dba10d64'
2014-08-07 09:49:49 +08:00
2015-01-18 10:03:16 +08:00
# github.com is the official download host per the vendor homepage
2015-09-01 22:08:52 +08:00
url "https://github.com/processing/p5.js-editor/releases/download/v#{version}/p5-mac.zip"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/processing/p5.js-editor/releases.atom',
:sha256 => '9ec215c82722e0470865bf511903c73f81882894a4bc59a6026520f665ef4a2a'
2015-04-21 03:27:38 +08:00
name 'p5.js Editor'
2014-08-07 09:49:49 +08:00
homepage 'http://p5js.org/download/#editor'
2014-10-12 00:34:57 +08:00
license :mit
2014-08-07 09:49:49 +08:00
2014-09-16 00:06:05 +08:00
app 'p5.app'
2014-08-07 09:49:49 +08:00
end