homebrew-cask/Casks/shiftit.rb

14 lines
499 B
Ruby

cask :v1 => 'shiftit' do
version '1.6.3'
sha256 '3b01d74cc39e4efad64b2c9b135bea528730cb750c55a386bf74e1203b92ca68'
url "https://github.com/fikovnik/ShiftIt/releases/download/version-#{version}/ShiftIt-#{version}.zip"
name 'ShiftIt'
appcast 'https://raw.github.com/fikovnik/ShiftIt/develop/release/appcast.xml',
:sha256 => 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
homepage 'https://github.com/fikovnik/ShiftIt'
license :gpl
app 'ShiftIt.app'
end