From f97bca3a0630bafdbe6932278118672b918ec6c6 Mon Sep 17 00:00:00 2001 From: ndr Date: Fri, 27 Jun 2014 02:01:42 +0200 Subject: [PATCH] Reformat shiftit.rb according to readability conventions --- Casks/shiftit.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Casks/shiftit.rb b/Casks/shiftit.rb index 1de1e43d50c..3761458ed11 100644 --- a/Casks/shiftit.rb +++ b/Casks/shiftit.rb @@ -1,8 +1,10 @@ class Shiftit < Cask + version '1.6' + sha256 '538e0628d6fc99c3562694c0722cb41699d6a802f0032678ef05fa2b53711955' + url 'https://github.com/downloads/fikovnik/ShiftIt/ShiftIt-develop-1.6.zip' appcast 'https://raw.github.com/fikovnik/ShiftIt/develop/release/appcast.xml' homepage 'https://github.com/fikovnik/ShiftIt' - version '1.6' - sha256 '538e0628d6fc99c3562694c0722cb41699d6a802f0032678ef05fa2b53711955' + link 'ShiftIt.app' end