From ca6a8978f40de30153521907b8d344b4947e275a Mon Sep 17 00:00:00 2001 From: ndr Date: Fri, 27 Jun 2014 02:01:32 +0200 Subject: [PATCH] Reformat notational-velocity.rb according to readability conventions --- Casks/notational-velocity.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Casks/notational-velocity.rb b/Casks/notational-velocity.rb index 0c887ad4a11..1827a25eca9 100644 --- a/Casks/notational-velocity.rb +++ b/Casks/notational-velocity.rb @@ -1,8 +1,10 @@ class NotationalVelocity < Cask + version 'latest' + sha256 :no_check + url 'http://notational.net/NotationalVelocity.zip' appcast 'http://notational.net/nvupdates.xml' homepage 'http://notational.net' - version 'latest' - sha256 :no_check + link 'Notational Velocity.app' end