homebrew-cask/Casks/shiftit.rb

13 lines
482 B
Ruby
Raw Normal View History

2014-11-14 01:26:54 +08:00
cask :v1 => 'shiftit' do
2015-04-22 19:44:06 +08:00
version '1.6.1'
sha256 '64b9fdb4b8104a3e8efc307119ca4caba68a983916a4424db507b1e05cec3644'
2015-04-22 19:44:06 +08:00
url "https://github.com/fikovnik/ShiftIt/releases/download/version-#{version}/ShiftIt-#{version}.zip"
2014-10-15 23:43:54 +08:00
appcast 'https://raw.github.com/fikovnik/ShiftIt/develop/release/appcast.xml',
:sha256 => '16b9da1fa91aa964ad0fda907147d55e50da844d39a5fe5abcd0224abb954be3'
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