From 84941b35461302dbfb38bbd08e7c68f5aeb1a6f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Sun, 19 Jun 2016 20:20:16 +0100 Subject: [PATCH] updated xampp (5.6.21-0) (#22247) --- Casks/xampp.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Casks/xampp.rb b/Casks/xampp.rb index 4e44387dcf1..952e52da5bf 100644 --- a/Casks/xampp.rb +++ b/Casks/xampp.rb @@ -1,9 +1,9 @@ cask 'xampp' do - version '5.6.3-0' - sha256 '23cd1b990397958b31e5904a340f416aed98b767a868bbcad7be123f53878828' + version '5.6.21-0' + sha256 '5c73ec8cd57b93ab8763b49fdfcfb061f3fc1cc3586006758a6353dd777c8ada' - # sourceforge.net is the official download host per the vendor homepage - url "http://downloads.sourceforge.net/project/xampp/XAMPP%20Mac%20OS%20X/#{version.sub(%r{-\d+$}, '')}/xampp-osx-#{version}-installer.dmg" + # downloadsapachefriends.global.ssl.fastly.net/xampp-files was verified as official when first introduced to the cask + url "https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/#{version.major_minor_patch}/xampp-osx-#{version}-installer.dmg" name 'XAMPP' homepage 'https://www.apachefriends.org/' license :gpl