From df4bcc21764e874e33ec06ff20fa181d8d52bd13 Mon Sep 17 00:00:00 2001 From: ndr Date: Fri, 27 Jun 2014 02:01:14 +0200 Subject: [PATCH] Reformat geektool.rb according to readability conventions --- Casks/geektool.rb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Casks/geektool.rb b/Casks/geektool.rb index 93042e58e..3c14bfaec 100644 --- a/Casks/geektool.rb +++ b/Casks/geektool.rb @@ -1,8 +1,10 @@ class Geektool < Cask - url 'http://download.tynsoe.org/GeekTool-3.1.1-311.zip' - appcast 'http://dl.dropboxusercontent.com/u/1760713/appcast/appcast.xml' - homepage 'http://projects.tynsoe.org/en/geektool/' version '3.1.1-311' - sha256 'ef1a7439d91f0de9e459a4677c6f95fe35bd7e02c300adc9ce315b5590cbbfc9' + sha256 'ef1a7439d91f0de9e459a4677c6f95fe35bd7e02c300adc9ce315b5590cbbfc9' + + url 'http://download.tynsoe.org/GeekTool-3.1.1-311.zip' + appcast 'http://dl.dropboxusercontent.com/u/1760713/appcast/appcast.xml' + homepage 'http://projects.tynsoe.org/en/geektool/' + link 'GeekTool.app' end