Skip to content

Commit

Permalink
Merge pull request #7368 from vitorgalvao/xampp-un
Browse files Browse the repository at this point in the history
Xampp un
  • Loading branch information
vitorgalvao committed Nov 15, 2014
2 parents 4991f65 + 974e598 commit f5f7498
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Casks/xampp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
version '1.8.3.3'
sha256 'b54cced0697caa418851a4bdb11ee1697b3f7f71130e1e6bce19582d60e41530'

url 'https://downloads.sourceforge.net/project/xampp/XAMPP%20Mac%20OS%20X/1.8.3/xampp-osx-1.8.3-3-installer.dmg'
# 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-1.8.3-3-installer.app'
installer :manual => "xampp-osx-#{version}-installer.app"
uninstall :delete => '/Applications/XAMPP'
end

0 comments on commit f5f7498

Please sign in to comment.