homebrew-cask/Casks/y/yu-writer.rb

24 lines
668 B
Ruby

cask "yu-writer" do
version "0.5.3"
sha256 "4fff4042c6ac7c047097c5e6d59a8a1c3f9dacfbdcadb3121904426413b38e06"
url "https://github.com/ivarptr/yu-writer.site/releases/download/v#{version}/yu-writer-beta-#{version}-macos.dmg",
verified: "github.com/ivarptr/yu-writer.site/"
name "Yu Writer"
desc "Markdown editor"
homepage "https://ivarptr.github.io/yu-writer.site/"
app "Yu Writer.app"
zap trash: [
"~/Library/Application Support/Yu Writer",
"~/Library/Caches/Yu Writer",
"~/Library/Preferences/com.github.yu-writer.helper.plist",
"~/Library/Preferences/com.github.yu-writer.plist",
]
caveats do
discontinued
end
end