homebrew-cask/Casks/taskpaper.rb

15 lines
545 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'taskpaper' do
2016-04-02 05:31:49 +08:00
version '3.1'
sha256 '91b28efa694ab81d2b7c12082c1225d6a3095c986a540bb98df1f4f619b85687'
2015-01-09 21:35:34 +08:00
# amazonaws.com is the official download host per the vendor homepage
2016-03-30 12:07:51 +08:00
url "https://taskpaper.s3.amazonaws.com/assets/app/TaskPaper-#{version}.dmg"
appcast 'https://taskpaper.s3.amazonaws.com/TaskPaper.rss',
2016-04-02 05:31:49 +08:00
checkpoint: '94e5c68e5a2b997da3086e2fb3b7dff9a09e1bd0602776a37c51b05ef6e63fe9'
2015-03-16 08:19:32 +08:00
name 'TaskPaper'
2015-01-09 21:35:34 +08:00
homepage 'http://www.hogbaysoftware.com/products/taskpaper'
2015-11-02 04:42:59 +08:00
license :commercial
2015-01-09 21:35:34 +08:00
app 'TaskPaper.app'
end