homebrew-cask/Casks/p5.rb

15 lines
529 B
Ruby

cask :v1 => 'p5' do
# note: "5" is not a version number, but an intrinsic part of the product name
version '0.5.2'
sha256 'ae706336ccdf240962a9a149191b771e5b0342b142b5191f0a5fd4af1e3270e1'
# github.com is the official download host per the vendor homepage
url "https://github.com/processing/p5.js-editor/releases/download/v#{version}/p5-mac.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