qdslrdashboard.rb: Add trailing slash to verified comment

This commit is contained in:
Vítor Galvão 2020-04-20 02:25:57 +01:00
parent 4b7c9b37a3
commit 4ad41657dd
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ cask 'qdslrdashboard' do
if MacOS.version <= :mavericks
sha256 '1d643430dc7aa7f25254846eef43e35ee15d2f365526058665c145269042affe'
# files.lrtimelapse.com/dslrdashboard was verified as official when first introduced to the cask
# files.lrtimelapse.com/dslrdashboard/ was verified as official when first introduced to the cask
url "https://files.lrtimelapse.com/dslrdashboard/V#{version}/qDslrDashboard_V#{version}_macOS_preMojave.dmg"
else
sha256 '349e0fb9532c92120b9d89790e984fc251d14c5373bfddef4d96f0ff05af26b7'
# files.lrtimelapse.com/dslrdashboard was verified as official when first introduced to the cask
# files.lrtimelapse.com/dslrdashboard/ was verified as official when first introduced to the cask
url "https://files.lrtimelapse.com/dslrdashboard/V#{version}/qDslrDashboard_V#{version}_macOS.dmg"
end