homebrew-cask/Casks/mark-text.rb

20 lines
684 B
Ruby

cask "mark-text" do
version "0.16.2"
sha256 "9ad1aa0ea087aebf17858611f40f62e76b2825c6cb0b13608fa8e131a9cb4867"
# 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.dmg"
appcast "https://github.com/marktext/marktext/releases.atom"
name "Mark Text"
homepage "https://marktext.app/"
app "Mark Text.app"
zap trash: [
"~/Library/Application Support/marktext",
"~/Library/Preferences/com.github.marktext.marktext.plist",
"~/Library/Saved Application State/com.github.marktext.marktext.savedState",
"~/Library/Logs/Mark Text",
]
end