firefox.rb: Add trailing slash to verified comment

This commit is contained in:
Vítor Galvão 2020-04-20 03:02:55 +01:00
parent 6372b38962
commit 2432ed963f
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ cask 'firefox' do
'zh-CN'
end
# download-installer.cdn.mozilla.net/pub/firefox/releases was verified as official when first introduced to the cask
# download-installer.cdn.mozilla.net/pub/firefox/releases/ was verified as official when first introduced to the cask
url "https://download-installer.cdn.mozilla.net/pub/firefox/releases/#{version}/mac/#{language}/Firefox%20#{version}.dmg"
appcast 'https://www.macupdater.net/cgi-bin/check_urls/check_url_redirect.cgi?url=https://download.mozilla.org/%3Fproduct=firefox-latest-ssl%26os=osx'
name 'Mozilla Firefox'