homebrew-cask/Casks/p5.rb

15 lines
525 B
Ruby

cask :v1 => 'p5' do
# note: "5" is not a version number, but an intrinsic part of the product name
version '0.4.0'
sha256 '015e38d393c0850f9b896c0d23117203729d46f99462dc5c07d1203c7889ea9f'
# github.com is the official download host per the vendor homepage
url "https://github.com/processing/p5.js-editor/releases/download/v#{version}/p5.zip"
appcast 'https://github.com/processing/p5.js-editor/releases.atom'
name 'p5.js Editor'
homepage 'http://p5js.org/download/#editor'
license :mit
app 'p5.app'
end