homebrew-cask/Casks/shiftit.rb

11 lines
353 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-06-09 22:41:37 +08:00
appcast 'https://raw.github.com/fikovnik/ShiftIt/develop/release/appcast.xml'
2013-10-26 02:29:38 +08:00
homepage 'https://github.com/fikovnik/ShiftIt'
2014-09-16 00:06:18 +08:00
app 'ShiftIt.app'
end