homebrew-cask/Casks/simplenote.rb

19 lines
676 B
Ruby

cask "simplenote" do
version "2.3.0"
sha256 "57d0d3b1ee89497dad2005ab01ce3094c3bb771074b9def3e21f4960ae88f6a5"
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