git-annex.rb: updated vendor comment

This commit is contained in:
Vítor Galvão 2016-02-27 15:28:48 +00:00
parent 44d89579c0
commit c7832e66e1
1 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ cask 'git-annex' do
sha256 :no_check
if MacOS.release <= :lion
# kitenet.net is the official download host per the vendor homepage
# downloads.kitenet.net/git-annex was verified as official when first introduced to the cask
url 'https://downloads.kitenet.net/git-annex/OSX/current/10.7.5_Lion/git-annex.dmg'
elsif MacOS.release == :mountain_lion
# kitenet.net is the official download host per the vendor homepage
# downloads.kitenet.net/git-annex was verified as official when first introduced to the cask
url 'https://downloads.kitenet.net/git-annex/OSX/current/10.8.2_Mountain_Lion/git-annex.dmg.bz2'
# This is a horrible hack to force the file extension. The
@ -16,10 +16,10 @@ cask 'git-annex' do
end
container nested: 'git-annex-latest.dmg'
elsif MacOS.release == :mavericks
# kitenet.net is the official download host per the vendor homepage
# downloads.kitenet.net/git-annex was verified as official when first introduced to the cask
url 'https://downloads.kitenet.net/git-annex/OSX/current/10.9_Mavericks/git-annex.dmg'
else
# kitenet.net is the official download host per the vendor homepage
# downloads.kitenet.net/git-annex was verified as official when first introduced to the cask
url 'https://downloads.kitenet.net/git-annex/OSX/current/10.10_Yosemite/git-annex.dmg'
end