homebrew-cask/Casks/pd-l2ork.rb

19 lines
651 B
Ruby
Raw Normal View History

2017-07-02 06:51:52 +08:00
cask 'pd-l2ork' do
2018-10-12 05:53:16 +08:00
version '2.6.0'
sha256 'd5301d0b8ec6d8532e2b7516e712d1b1a0808061317da6fd8d416495f40523b6'
2017-07-02 06:51:52 +08:00
# github.com/agraef/purr-data was verified as official when first introduced to the cask
2018-05-15 04:41:27 +08:00
url "https://github.com/agraef/purr-data/releases/download/#{version}/pd-l2ork-#{version}-osx_10.11-x86_64-dmg.zip"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/agraef/purr-data/releases.atom'
2017-07-02 06:51:52 +08:00
name 'Pd-l2ork'
name 'Purr Data'
homepage 'https://agraef.github.io/purr-data/'
app 'Pd-l2ork.app'
binary "#{appdir}/Pd-l2ork.app/Contents/Resources/app.nw/pd-l2ork"
uninstall_preflight do
set_permissions "#{appdir}/Pd-l2ork.app", '0777'
end
end