homebrew-cask/Casks/gswitch.rb

15 lines
489 B
Ruby

cask "gswitch" do
version "1.9.7"
sha256 "5d212c1bd39f6bfae588797fa09b959051dc4eefd26ec05fbd26b798125b976a"
# 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/"
depends_on macos: ">= :sierra"
app "gSwitch.app"
end