homebrew-cask/Casks/p5.rb

16 lines
641 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
2016-06-23 05:04:32 +08:00
version '0.6.0'
sha256 '0422a61a0b24a3ba3ac03c89e7b57cf1de58be5cbd9163d673a81882bc1cae58'
2014-08-07 09:49:49 +08:00
2016-06-19 05:00:46 +08:00
# github.com/processing/p5.js-editor was verified as official when first introduced to the cask
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',
2016-06-23 05:04:32 +08:00
checkpoint: '06236c5ce5c6731b52368f4d7263eff97624f9c102781805daa202a7f3b46a94'
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