From e6519e50ef76af20b85321c66f1320d888449dbd Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Thu, 25 Oct 2012 04:36:46 -0400 Subject: [PATCH] Add cask for Paintbrush. --- Casks/paintbrush.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Casks/paintbrush.rb diff --git a/Casks/paintbrush.rb b/Casks/paintbrush.rb new file mode 100644 index 000000000..ea944628d --- /dev/null +++ b/Casks/paintbrush.rb @@ -0,0 +1,6 @@ +class Paintbrush < Cask + url 'http://downloads.sourceforge.net/project/paintbrush/Paintbrush%202.x/Paintbrush%202.1.1/Paintbrush-2.1.1.zip?r=http%3A%2F%2Fpaintbrush.sourceforge.net%2Fdownloads%2F&ts=1351154031&use_mirror=superb-dca2' + homepage 'http://paintbrush.sourceforge.net/' + version '2.1.1' +end +