homebrew-cask/Casks/xampp.rb

16 lines
538 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
2014-12-17 21:14:52 +08:00
url "http://downloads.sourceforge.net/project/xampp/XAMPP%20Mac%20OS%20X/#{version.sub(%r{-\d+$},'')}/xampp-osx-#{version}-installer.dmg"
2015-01-06 11:17:47 +08:00
name 'XAMPP'
2014-12-25 01:55:50 +08:00
homepage 'http://www.apachefriends.org/'
license :gpl
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