homebrew-cask/Casks/marked.rb

14 lines
425 B
Ruby
Raw Normal View History

2014-11-14 01:26:21 +08:00
cask :v1 => 'marked' do
version '2.5.3910'
sha256 'd3c9193fff0c349e0efaf5f14fd9c44d18545044e469d27340ef2c44864f02de'
# abyss.designheresy.com is the official download host per the appcast feed
url "http://abyss.designheresy.com/marked/Marked#{version}.zip"
2014-05-14 21:40:01 +08:00
appcast 'http://abyss.designheresy.com/marked/marked.xml'
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
2014-09-16 00:05:55 +08:00
app 'Marked 2.app'
2013-09-26 23:28:35 +08:00
end