homebrew-cask/Casks/p5.rb

16 lines
613 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-03-15 04:59:11 +08:00
version '0.5.10'
sha256 '52d7abe71a9613c9ef694adeede7a0a9dfa78ff0a11602783fe0187c476bc25b'
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',
2016-03-15 04:59:11 +08:00
checkpoint: '15242dba0ba4ed40a22e23cdfc0b93d64781d229fcb05b0f2517aa2ef97588f3'
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