homebrew-cask/Casks/shiftit.rb

13 lines
457 B
Ruby
Raw Normal View History

class Shiftit < Cask
version '1.6'
sha256 '538e0628d6fc99c3562694c0722cb41699d6a802f0032678ef05fa2b53711955'
2014-09-26 20:09:11 +08:00
url "https://github.com/downloads/fikovnik/ShiftIt/ShiftIt-develop-#{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'
2014-10-01 23:33:52 +08:00
license :oss
2014-09-16 00:06:18 +08:00
app 'ShiftIt.app'
end