Add Post Haste 2.5.8.0

Created cask for Post Haste, an app for organizing projects with
customizable templates for post-production professionals.
This commit is contained in:
SirDap 2016-01-16 21:54:02 -05:00 committed by adidalal
parent d57163c30c
commit 2bb5783ab9
1 changed files with 17 additions and 0 deletions

17
Casks/post-haste.rb Normal file
View File

@ -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