xampp: updated version to new major_minor_patch split

This commit is contained in:
Vítor Galvão 2019-12-07 21:44:29 +00:00
parent a0002e12d1
commit e2bb814677
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
cask 'xampp' do
version '7.3.11-0'
version '7.3.11,0'
sha256 'cf6a2ddedd64955080e09a6279cbda78569a21ba8d017bd035f73a47b8f9da5b'
# 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"
url "https://downloadsapachefriends.global.ssl.fastly.net/xampp-files/#{version.before_comma}/xampp-osx-#{version.before_comma}-#{version.after_comma}-installer.dmg"
name 'XAMPP'
homepage 'https://www.apachefriends.org/index.html'