Skip to content

Commit

Permalink
Add Ship.app latest
Browse files Browse the repository at this point in the history
Ship is a new take on issue tracking for software projects with a focus on SPEED!
  • Loading branch information
maicki authored and vitorgalvao committed Mar 25, 2016
1 parent 18112b3 commit 4bcf2a8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Casks/ship.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
cask 'ship' do
version :latest
sha256 :no_check

url 'https://www.realartists.com/Ship.app.zip'
name 'Ship'
homepage 'https://www.realartists.com'
license :commercial

app 'Ship.app'

zap delete: [
'~/Library/Preferences/com.realartists.Ship.plist',
'~/Library/Application Support/Ship',
]
end

0 comments on commit 4bcf2a8

Please sign in to comment.