Update `homepage` for 9 Casks (#35672)

* Update `homepage` for 9 Casks

Update `homepage` for 9 Casks.

* Update exist-db.rb

* Update kalabox.rb

* Update ordnett-pluss.rb

* Update skitch.rb

* Update sticker.rb

* Update triumph.rb

* Update wasted.rb

* Update xamarin-studio.rb
This commit is contained in:
Miccal Matthews 2017-06-19 09:12:07 +08:00 committed by GitHub
parent b2d1a7f54a
commit db4663d4f3
9 changed files with 10 additions and 9 deletions

View File

@ -5,7 +5,7 @@ cask 'camranger' do
url "https://www.camranger.com/downloadFiles/CamRanger_Mac_#{version.dots_to_underscores}.dmg",
user_agent: :fake
name 'CamRanger'
homepage 'http://camranger.com/mac-downloads/'
homepage 'https://camranger.com/mac-downloads/'
app 'CamRanger.app'
end

View File

@ -5,7 +5,7 @@ cask 'exist-db' do
# bintray.com/artifact/download/existdb was verified as official when first introduced to the cask
url "https://bintray.com/artifact/download/existdb/releases/eXist-db-#{version}.dmg"
name 'eXist-db'
homepage 'http://exist-db.org/exist/apps/homepage/index.html'
homepage 'https://exist-db.org/exist/apps/homepage/index.html'
app 'eXist-db.app'
end

View File

@ -7,7 +7,7 @@ cask 'kalabox' do
appcast 'https://github.com/kalabox/kalabox/releases.atom',
checkpoint: '4bda20c55da5053fb855c44857f965496cd085e30f0dc937c405b0654799cefb'
name 'Kalabox'
homepage 'http://kalabox.io/'
homepage 'http://www.kalabox.io/'
pkg 'KalaboxInstaller.pkg'

View File

@ -4,7 +4,7 @@ cask 'ordnett-pluss' do
url 'http://nedlasting.ordnett.no/ordnettpluss_current.dmg'
name 'Ordnett Pluss'
homepage 'https://ordnett.no/'
homepage 'https://www.ordnett.no/'
pkg 'OrdnettPluss3.pkg'

View File

@ -4,7 +4,7 @@ cask 'skitch' do
url "https://cdn1.evernote.com/skitch/mac/release/Skitch-#{version}.zip"
name 'Skitch'
homepage 'https://evernote.com/skitch/'
homepage 'https://evernote.com/products/skitch'
auto_updates true

View File

@ -4,7 +4,7 @@ cask 'sticker' do
url 'http://www.chompstomp.com/uploads/2/9/4/0/29406957/sticker.zip'
name 'Sticker Window manager'
homepage 'http://www.chompstomp.com/sticker.html'
homepage 'http://www.chompstomp.com/sticker'
app 'Sticker.app'
end

View File

@ -5,7 +5,7 @@ cask 'triumph' do
# audiofile-engineering.com/triumph/download was verified as official when first introduced to the cask
url 'https://www.audiofile-engineering.com/triumph/download/Triumph.dmg'
name 'Triumph'
homepage 'http://triumph.aurchitect.com/'
homepage 'https://triumph.aurchitect.com/'
app 'Triumph.app'
end

View File

@ -6,7 +6,7 @@ cask 'wasted' do
appcast 'http://wasted.werk01.de/appcast.xml',
checkpoint: '23a115ef319622d89f1b56f4b1ffea1ba10fd69e3b753e48344a4566687f04c6'
name 'WASTED'
homepage 'http://wasted.werk01.de/'
homepage 'https://wasted.werk01.de/'
app 'Wasted.app'
end

View File

@ -2,11 +2,12 @@ cask 'xamarin-studio' do
version '6.3.0.864'
sha256 '213c8aab25014f9656827fa24043a98a7dcf171d48708fe06bb328cead44640c'
# dl.xamarin.com/MonoDevelop/Mac was verified as official when first introduced to the cask
url "https://dl.xamarin.com/MonoDevelop/Mac/XamarinStudio-#{version}.dmg"
appcast 'https://xampubdl.blob.core.windows.net/static/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
checkpoint: 'd1c454ead2e12eb823776ab1e0f18c35cb9372379ac93aacff7107c0c76b8c0b'
name 'Xamarin Studio'
homepage 'https://www.xamarin.com/visual-studio-for-mac'
homepage 'https://www.visualstudio.com/vs/visual-studio-mac'
app 'Xamarin Studio.app'
end