homebrew-cask/Casks/p5.rb

15 lines
525 B
Ruby
Raw Normal View History

2014-11-14 01:26:35 +08:00
cask :v1 => '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-07-15 05:25:53 +08:00
version '0.3.2'
sha256 'f39200b46b1ba5ee920bdabbb1b0529001bc4242c9b0348708869ecdaff71e02'
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-03-14 20:07:27 +08:00
url "https://github.com/processing/p5.js-editor/releases/download/v#{version}/p5.zip"
2015-03-15 19:54:12 +08:00
appcast 'https://github.com/processing/p5.js-editor/releases.atom'
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