homebrew-cask/Casks/ampps.rb

16 lines
356 B
Ruby

cask 'ampps' do
version '3.9'
sha256 '7395bdcb3958cef4c3274cc1c6c68444104e6e464f692a76b61ead878236ec7d'
url "https://files.ampps.com/AMPPS-#{version}.dmg"
appcast 'https://www.ampps.com/downloads'
name 'AMPPS'
homepage 'https://www.ampps.com/'
suite 'AMPPS'
uninstall_preflight do
set_permissions "#{appdir}/AMPPS", '0777'
end
end