homebrew-cask/Casks/xampp.rb

15 lines
534 B
Ruby
Raw Normal View History

2014-11-14 01:27:23 +08:00
cask :v1 => 'xampp' do
version '5.6.3-0'
sha256 '23cd1b990397958b31e5904a340f416aed98b767a868bbcad7be123f53878828'
2014-11-16 00:39:19 +08:00
# 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'
2014-10-01 23:34:18 +08:00
license :oss
installer :manual => 'XAMPP.app'
2014-11-22 22:12:48 +08:00
uninstall :quit => 'com.bitnami.manager',
:delete => '/Applications/XAMPP/'
2014-01-28 00:55:32 +08:00
end