homebrew-cask/Casks/shiftit.rb

14 lines
474 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'shiftit' do
2015-04-29 02:54:26 +08:00
version '1.6.3'
sha256 '3b01d74cc39e4efad64b2c9b135bea528730cb750c55a386bf74e1203b92ca68'
2015-04-22 19:44:06 +08:00
url "https://github.com/fikovnik/ShiftIt/releases/download/version-#{version}/ShiftIt-#{version}.zip"
appcast 'https://github.com/fikovnik/ShiftIt/releases.atom',
:sha256 => '27768f3e0be91ae446110e3e478d895b543745f2c01f914cfb2b932f1070fba8'
name 'ShiftIt'
2013-10-26 02:29:38 +08:00
homepage 'https://github.com/fikovnik/ShiftIt'
license :gpl
2014-09-16 00:06:18 +08:00
app 'ShiftIt.app'
end