homebrew-cask/Casks/gswitch.rb

15 lines
488 B
Ruby
Raw Normal View History

2019-04-08 06:26:54 +08:00
cask 'gswitch' do
version '1.9.6'
sha256 '431660ba4f7971f00d5d4648a96b4ac2326dbde366486f6fbbb4727f3d575e48'
2019-04-08 06:26:54 +08:00
# github.com/CodySchrank/gSwitch was verified as official when first introduced to the cask
url "https://github.com/CodySchrank/gSwitch/releases/download/#{version}/gSwitch.zip"
appcast 'https://github.com/CodySchrank/gSwitch/releases.atom'
name 'gSwitch'
homepage 'https://codyschrank.github.io/gSwitch/'
2019-04-09 22:10:15 +08:00
depends_on macos: '>= :sierra'
2019-04-08 06:26:54 +08:00
app 'gSwitch.app'
end