homebrew-cask/Casks/xampp.rb

13 lines
513 B
Ruby

cask :v1 => 'xampp' do
version '1.8.3.3'
sha256 'b54cced0697caa418851a4bdb11ee1697b3f7f71130e1e6bce19582d60e41530'
# sourceforge.net is the official download host per the vendor homepage
url "https://downloads.sourceforge.net/project/xampp/XAMPP%20Mac%20OS%20X/#{version.sub(%r{\.\d$},'')}/xampp-osx-#{version}-installer.dmg"
homepage 'http://www.apachefriends.org/index.html'
license :oss
installer :manual => "xampp-osx-#{version}-installer.app"
uninstall :delete => '/Applications/XAMPP'
end