homebrew-cask/Casks/simplenote.rb

19 lines
677 B
Ruby

cask "simplenote" do
version "1.21.0"
sha256 "11ca6e7ffead16df5ea9a21dd5662d4b53cff28a6bdfd1aba1f190da41478df4"
url "https://github.com/Automattic/simplenote-electron/releases/download/v#{version}/Simplenote-macOS-#{version}.dmg"
appcast "https://github.com/Automattic/simplenote-electron/releases.atom"
name "Simplenote"
homepage "https://github.com/Automattic/simplenote-electron"
app "Simplenote.app"
zap trash: [
"~/Library/Application Support/Simplenote",
"~/Library/Caches/com.automattic.simplenote",
"~/Library/Caches/com.automattic.simplenote.ShipIt",
"~/Library/Saved Application State/com.automattic.simplenote.savedState",
]
end