From 76fc17f451957394e955b18c53de4a41af2eff0a Mon Sep 17 00:00:00 2001 From: ndr Date: Fri, 27 Jun 2014 02:01:36 +0200 Subject: [PATCH] Reformat porthole.rb according to readability conventions --- Casks/porthole.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Casks/porthole.rb b/Casks/porthole.rb index 497a4d829fc..a2e1bb50a43 100644 --- a/Casks/porthole.rb +++ b/Casks/porthole.rb @@ -1,8 +1,10 @@ class Porthole < Cask + version 'latest' + sha256 :no_check + url 'http://getporthole.com/downloads/trial' appcast 'http://update.getporthole.com/appcast.rss' homepage 'http://getporthole.com/' - version 'latest' - sha256 :no_check + link 'Porthole.app' end