homebrew-cask/Casks/marked.rb

16 lines
435 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'marked' do
2016-02-16 04:00:58 +08:00
version '2.5.4916'
sha256 '57f3c418aecbdbb07828f802c2ed13bc20d5b6fb0d3756540ae174f98168b04c'
2016-02-02 00:18:32 +08:00
url 'http://marked2app.com/download/Marked.zip'
2015-12-26 04:57:40 +08:00
appcast 'http://abyss.designheresy.com/marked/marked.xml',
2016-02-16 04:00:58 +08:00
checkpoint: 'f62cde7197f9ed9158949acd45079dabe3de5a8a5ec8633c8d4a116333dd187c'
2015-04-13 01:11:44 +08:00
name 'Marked'
2013-09-26 23:28:35 +08:00
homepage 'http://marked2app.com'
2015-09-11 11:23:49 +08:00
license :commercial
2016-02-10 07:31:41 +08:00
auto_updates true
2014-09-16 00:05:55 +08:00
app 'Marked 2.app'
2013-09-26 23:28:35 +08:00
end