homebrew-cask/Casks/marked.rb

15 lines
507 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask '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"
2015-12-26 04:57:40 +08:00
appcast 'http://abyss.designheresy.com/marked/marked.xml',
:sha256 => '0bfc64c8c3a620f9ac557345578b3c85d6851616aad861c5508f839dcbce29e8'
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