homebrew-cask/Casks/mark-text.rb

13 lines
466 B
Ruby
Raw Normal View History

cask 'mark-text' do
2018-06-18 06:59:08 +08:00
version '0.12.20'
sha256 'ec293012b1709705d47d6793436ad6982114fc732ace7ad3cdab88db8fb4034e'
# github.com/marktext/marktext was verified as official when first introduced to the cask
url "https://github.com/marktext/marktext/releases/download/v#{version}/marktext-#{version}.dmg"
2018-06-12 22:37:26 +08:00
appcast 'https://github.com/marktext/marktext/releases.atom'
name 'Mark Text'
homepage 'https://marktext.github.io/website/'
app 'Mark Text.app'
end