From 2bb5783ab9f0643f7a35f8d21a8dc71f127a1669 Mon Sep 17 00:00:00 2001 From: SirDap Date: Sat, 16 Jan 2016 21:54:02 -0500 Subject: [PATCH] Add Post Haste 2.5.8.0 Created cask for Post Haste, an app for organizing projects with customizable templates for post-production professionals. --- Casks/post-haste.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Casks/post-haste.rb diff --git a/Casks/post-haste.rb b/Casks/post-haste.rb new file mode 100644 index 00000000000..c544ccb1d53 --- /dev/null +++ b/Casks/post-haste.rb @@ -0,0 +1,17 @@ +cask 'post-haste' do + version '2.5.8.0' + sha256 '14b92628f6b53c6cddcfa8ae059a491af445d5c84a5fdef418899edee1c71c8d' + + url "https://www.digitalrebellion.com/download/posthaste?version=#{version.no_dots}" + name 'Post Haste' + homepage 'https://www.digitalrebellion.com/posthaste/' + license :gratis + + app 'Post Haste.app' + + zap :delete => [ + '~/Library/Application Support/Digital Rebellion/Post Haste/', + '~/Library/Preferences/com.digitalrebellion.PostHaste.plist', + ], + :rmdir => '~/Library/Application Support/Digital Rebellion' +end