From 73cef0c3b1f38ea467a1afd3830716c41fa18625 Mon Sep 17 00:00:00 2001 From: Robert Gieseke Date: Mon, 8 Oct 2012 21:21:46 +0200 Subject: [PATCH] Add Notational Velocity. --- Casks/notational-velocity.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Casks/notational-velocity.rb diff --git a/Casks/notational-velocity.rb b/Casks/notational-velocity.rb new file mode 100644 index 000000000..28d808d59 --- /dev/null +++ b/Casks/notational-velocity.rb @@ -0,0 +1,5 @@ +class NotationalVelocity < Cask + url 'http://notational.net/NotationalVelocity.zip' + homepage 'http://notational.net' + version 'latest' +end