From 09fee2655c2495e0e14a00fc8585ddca34c7e0e4 Mon Sep 17 00:00:00 2001 From: ndr Date: Fri, 27 Jun 2014 02:01:04 +0200 Subject: [PATCH] Reformat codekit.rb according to readability conventions --- Casks/codekit.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Casks/codekit.rb b/Casks/codekit.rb index 56d5e76a2c3..655f2b2a875 100644 --- a/Casks/codekit.rb +++ b/Casks/codekit.rb @@ -1,8 +1,10 @@ class Codekit < Cask + version '2.0.6 (17018)' + sha256 '97070e0fd9949991186652e2b3655c26459c5d7c0ab852c2ea3241078894573e' + url 'https://incident57.com/codekit/files/codekit-17018.zip' appcast 'https://incident57.com/codekit/appcast/ck2appcast.xml' homepage 'http://incident57.com/codekit/' - version '2.0.6 (17018)' - sha256 '97070e0fd9949991186652e2b3655c26459c5d7c0ab852c2ea3241078894573e' + link 'CodeKit.app' end