homebrew-cask/Casks/switchhosts.rb

13 lines
531 B
Ruby

cask 'switchhosts' do
version '3.3.11.5347'
sha256 '198519b5aa8fb8d567a6fcb51609d434df08c444623c7350a2d1b4b62dd48c8a'
# github.com/oldj/SwitchHosts was verified as official when first introduced to the cask
url "https://github.com/oldj/SwitchHosts/releases/download/v#{version.major_minor_patch}/SwitchHosts-macOS-x64_v#{version}.zip"
appcast 'https://github.com/oldj/SwitchHosts/releases.atom'
name 'SwitchHosts!'
homepage 'https://oldj.github.io/SwitchHosts/'
app 'SwitchHosts!-darwin-x64/SwitchHosts!.app'
end