mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
27 lines
827 B
Ruby
27 lines
827 B
Ruby
cask "milanote" do
|
|
version "3.4.34"
|
|
sha256 "9828ad6810b25183e1bd65985bb55c1d86ee03c681694425107ca576e377978a"
|
|
|
|
url "https://milanote-app-releases.s3.amazonaws.com/Milanote-#{version}.dmg",
|
|
verified: "milanote-app-releases.s3.amazonaws.com/"
|
|
name "Milanote"
|
|
desc "Organize your ideas and projects into visual boards"
|
|
homepage "https://www.milanote.com/"
|
|
|
|
livecheck do
|
|
url "https://milanote-app-releases.s3.amazonaws.com/latest-mac.yml"
|
|
strategy :electron_builder
|
|
end
|
|
|
|
app "Milanote.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/Milanote",
|
|
"~/Library/Caches/com.milanote.app",
|
|
"~/Library/Caches/com.milanote.app.ShipIt",
|
|
"~/Library/Library/Logs/Milanote",
|
|
"~/Library/Preferences/com.milanote.app.helper.plist",
|
|
"~/Library/Preferences/com.milanote.app.plist",
|
|
]
|
|
end
|