secure URLs (#74124)

* secure URLs

* Update aurora-hdr.rb
This commit is contained in:
Viktor Szakats 2019-12-12 21:46:58 +01:00 committed by Vítor Galvão
parent 6c31237e4d
commit 3152aab1cb
3 changed files with 7 additions and 7 deletions

View File

@ -3,10 +3,10 @@ cask 'megahertz-knotes' do
sha256 'd2070cfc96cf168db45e3390866950d1eabb5fdf719bfc85ca558cd68dc151fb'
url "http://cdn.knotesapp.cn/download/%e7%b3%af%e8%af%8d%e7%ac%94%e8%ae%b0-#{version}.dmg"
appcast "http://knotes#{version.major}-release-cn.s3.amazonaws.com/mac/latest-mac.yml"
appcast "https://knotes#{version.major}-release-cn.s3.amazonaws.com/mac/latest-mac.yml"
name 'Knotes'
name '糯词笔记'
homepage 'http://knotesapp.cn/'
homepage 'https://knotesapp.cn/'
app '糯词笔记.app'

View File

@ -2,9 +2,9 @@ cask 'timemator' do
version '2.0.1'
sha256 '1225a71adb70004f14edb9c10d8e218a3ca38b7c85fbcea3535217b255d2cf0c'
# s3-eu-west-1.amazonaws.com/catforce-timemator was verified as official when first introduced to the cask
url 'https://s3-eu-west-1.amazonaws.com/catforce-timemator/releases/Timemator.dmg'
appcast 'https://s3-eu-west-1.amazonaws.com/catforce-timemator/releases/appcast.xml'
# catforce-timemator.s3.amazonaws.com was verified as official when first introduced to the cask
url 'https://catforce-timemator.s3.amazonaws.com/releases/Timemator.dmg'
appcast 'https://catforce-timemator.s3.amazonaws.com/releases/appcast.xml'
name 'Timemator'
homepage 'https://timemator.com/'

View File

@ -4,10 +4,10 @@ cask 'xlplayer' do
# down.sandai.net was verified as official when first introduced to the cask
url "http://down.sandai.net/mac/xlplayer_#{version}.dmg"
appcast 'http://static-xl.a.88cdn.com/json/xunlei_video_version_mac.json'
appcast 'https://static-xl.a.88cdn.com/json/xunlei_video_version_mac.json'
name 'XLPlayer for Mac'
name '迅雷影音 for Mac'
homepage 'http://video.xunlei.com/mac.html'
homepage 'https://video.xunlei.com/mac.html'
depends_on macos: '>= :yosemite'