homebrew-cask/Casks/joplin.rb

21 lines
743 B
Ruby

cask "joplin" do
version "1.4.19"
sha256 "7c1a454ae4467f05ae7840978fac550c2a50144a443f4b0ca4e01e94b3b8de98"
url "https://github.com/laurent22/joplin/releases/download/v#{version}/Joplin-#{version}.dmg",
verified: "github.com/laurent22/joplin/"
appcast "https://github.com/laurent22/joplin/releases.atom"
name "Joplin"
desc "Note taking and to-do application with synchronization capabilities"
homepage "https://joplin.cozic.net/"
app "Joplin.app"
zap trash: [
"~/Library/Application Support/Joplin",
"~/Library/Preferences/net.cozic.joplin-desktop.helper.plist",
"~/Library/Preferences/net.cozic.joplin-desktop.plist",
"~/Library/Saved Application State/net.cozic.joplin-desktop.savedState",
]
end