Merge pull request #24284 from vszakats/https

Use more https URLs in Casks
This commit is contained in:
Michael Ford 2016-09-06 08:18:29 +08:00 committed by GitHub
commit a37d6726ac
6 changed files with 12 additions and 12 deletions

View File

@ -2,9 +2,9 @@ cask 'appstore-quickview' do
version :latest version :latest
sha256 :no_check sha256 :no_check
url 'http://www.marcmoini.com/App...StoreQuickview.zip' url 'https://www.marcmoini.com/App...StoreQuickview.zip'
name 'App...Store Quickview' name 'App...Store Quickview'
homepage 'http://www.marcmoini.com/aq_en.html' homepage 'https://www.marcmoini.com/aq_en.html'
license :closed license :closed
app 'App...Store Quickview.app' app 'App...Store Quickview.app'

View File

@ -3,11 +3,11 @@ cask 'domainbrain' do
sha256 '3e016dcc863a4abb029f65dfb9a79573dafc5d84136d483d65874b2d0f64bd9d' sha256 '3e016dcc863a4abb029f65dfb9a79573dafc5d84136d483d65874b2d0f64bd9d'
# s3.amazonaws.com/joeworkman_downloads was verified as official when first introduced to the cask # s3.amazonaws.com/joeworkman_downloads was verified as official when first introduced to the cask
url 'http://s3.amazonaws.com/joeworkman_downloads/DomainBrain.zip' url 'https://s3.amazonaws.com/joeworkman_downloads/DomainBrain.zip'
appcast "http://domainbrainapp.com/appcast_v#{version.major}.xml", appcast "https://domainbrainapp.com/appcast_v#{version.major}.xml",
checkpoint: '28cdbb02d6f2daf21a5451e6c176445625b5d8842572f6a92fb348454c4b11e7' checkpoint: '28cdbb02d6f2daf21a5451e6c176445625b5d8842572f6a92fb348454c4b11e7'
name 'DomainBrain' name 'DomainBrain'
homepage 'http://domainbrainapp.com' homepage 'https://domainbrainapp.com/'
license :freemium license :freemium
auto_updates true auto_updates true

View File

@ -2,9 +2,9 @@ cask 'gpsdump' do
version '0.4.1' version '0.4.1'
sha256 '6ded0b866d982dcc0a3ce984a3971fd38126e97622d154a81008b430cb4e8268' sha256 '6ded0b866d982dcc0a3ce984a3971fd38126e97622d154a81008b430cb4e8268'
url "http://www.gpsdump.no/GpsDumpMac#{version.no_dots}.zip" url "https://www.gpsdump.no/GpsDumpMac#{version.no_dots}.zip"
name 'GpsDump' name 'GpsDump'
homepage 'http://www.gpsdump.no/body_mac.htm' homepage 'https://www.gpsdump.no/body_mac.htm'
license :gratis license :gratis
app 'GpsDump.app' app 'GpsDump.app'

View File

@ -2,9 +2,9 @@ cask 'home-inventory' do
version :latest version :latest
sha256 :no_check sha256 :no_check
url 'http://binaryformations.com/homeinventory/HomeInventory.dmg' url 'https://binaryformations.com/homeinventory/HomeInventory.dmg'
name 'Home Inventory' name 'Home Inventory'
homepage 'http://binaryformations.com/products/home-inventory/' homepage 'https://binaryformations.com/products/home-inventory/'
license :commercial license :commercial
depends_on macos: '>= 10.7' depends_on macos: '>= 10.7'

View File

@ -2,9 +2,9 @@ cask 'smart-scroll' do
version '4.2' version '4.2'
sha256 '5ebe15dd73b708770263bb9aae1e22702539aeeae269656f72410e563fcf7ca4' sha256 '5ebe15dd73b708770263bb9aae1e22702539aeeae269656f72410e563fcf7ca4'
url 'http://www.marcmoini.com/SmartScroll.dmg' url 'https://www.marcmoini.com/SmartScroll.dmg'
name 'Smart Scroll' name 'Smart Scroll'
homepage 'http://www.marcmoini.com/sx_en.html' homepage 'https://www.marcmoini.com/sx_en.html'
license :commercial license :commercial
depends_on macos: '>= :snow_leopard' depends_on macos: '>= :snow_leopard'

View File

@ -7,7 +7,7 @@ cask 'vistrails' do
appcast 'https://sourceforge.net/projects/vistrails/rss?path=/vistrails', appcast 'https://sourceforge.net/projects/vistrails/rss?path=/vistrails',
checkpoint: '5b5470cbdb0773a980d33bdb4c56d44d4d1ccbc56961988faaccc9104174569c' checkpoint: '5b5470cbdb0773a980d33bdb4c56d44d4d1ccbc56961988faaccc9104174569c'
name 'VisTrails' name 'VisTrails'
homepage 'http://www.vistrails.org/' homepage 'https://www.vistrails.org/'
license :bsd license :bsd
depends_on macos: '>= :snow_leopard' depends_on macos: '>= :snow_leopard'