homebrew-cask/Casks/marked.rb

25 lines
869 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'marked' do
2016-11-03 18:18:29 +08:00
version '2.5.6'
2016-07-25 02:03:19 +08:00
sha256 'e197536389026d1a4113afafb642e09787105de8af37b5a13fd54dfbf37209a5'
2016-02-02 00:18:32 +08:00
url 'http://marked2app.com/download/Marked.zip'
appcast 'https://updates.marked2app.com/marked.xml',
2016-11-03 18:18:29 +08:00
checkpoint: '40894257f0c3314711b7748a678d9f05c0ce4b5183f47a7f36795f119dbd7608'
2015-04-13 01:11:44 +08:00
name 'Marked'
2013-09-26 23:28:35 +08:00
homepage 'http://marked2app.com'
2016-02-10 07:31:41 +08:00
auto_updates true
2014-09-16 00:05:55 +08:00
app 'Marked 2.app'
uninstall quit: 'com.brettterpstra.marked2'
zap delete: [
'~/Library/Application Support/Marked 2/paddata.padl',
'~/Library/Application Support/Marked 2/queue.pak',
'~/Library/Containers/com.brettterpstra.marked2',
'~/Library/Preferences/com.brettterpstra.marked2.LSSharedFileList.plist',
'~/Library/Saved Application State/com.brettterpstra.marked2.savedState',
]
2013-09-26 23:28:35 +08:00
end