From b99c37def09f63fc4d0d64cbb3f30a62f27bd845 Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Sun, 14 Apr 2013 21:32:33 -0400 Subject: [PATCH] Add cask for Textual 2.1.1 --- Casks/textual.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Casks/textual.rb diff --git a/Casks/textual.rb b/Casks/textual.rb new file mode 100644 index 00000000000..42334589c69 --- /dev/null +++ b/Casks/textual.rb @@ -0,0 +1,6 @@ +class Textual < Cask + url 'http://www.codeux.com/textual/private/downloads/builds/Textual_Demo_12536.zip' + homepage 'http://www.codeux.com/textual/' + version '2.1.1' + sha1 'af057d11e3578afa3b80f4f26093978389982ca2' +end