homebrew-cask/Casks/macdown.rb

19 lines
725 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'macdown' do
2016-03-11 09:40:10 +08:00
version '0.6'
sha256 '2f129112df7393b5987c811f0001c0e0c8a4612566db1fcbbb4170367bc781f8'
2014-06-26 08:27:23 +08:00
2016-03-21 04:17:52 +08:00
# github.com/uranusjr/macdown was verified as official when first introduced to the cask
2015-11-17 22:58:59 +08:00
url "https://github.com/uranusjr/macdown/releases/download/v#{version}/MacDown.app.zip"
appcast 'https://github.com/uranusjr/macdown/releases.atom',
2016-05-14 14:43:54 +08:00
checkpoint: '5ddaf175fa2d01fa631675802a747b2a051e9effaaa989c71987b8888ee2de83'
2015-04-12 02:42:49 +08:00
name 'MacDown'
2014-06-26 08:27:23 +08:00
homepage 'http://macdown.uranusjr.com/'
license :mit
2014-06-26 08:27:23 +08:00
2014-09-24 05:10:00 +08:00
app 'MacDown.app'
2015-11-17 22:58:59 +08:00
binary 'MacDown.app/Contents/SharedSupport/bin/macdown'
2014-12-05 15:28:16 +08:00
zap delete: ['~/Library/Preferences/com.uranusjr.macdown.plist',
'~/Library/Application Support/MacDown']
2014-06-26 08:27:23 +08:00
end