mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
23 lines
543 B
Ruby
23 lines
543 B
Ruby
cask "fsnotes" do
|
|
version "6.5.0"
|
|
sha256 "d1447fc259354a37c1cebe39a0c7c6032cc91a096133cd57998105b503b44dff"
|
|
|
|
url "https://github.com/glushchenko/fsnotes/releases/download/#{version}/FSNotes_#{version}.zip",
|
|
verified: "github.com/glushchenko/fsnotes/"
|
|
name "FSNotes"
|
|
desc "Notes manager"
|
|
homepage "https://fsnot.es/"
|
|
|
|
livecheck do
|
|
url :url
|
|
strategy :github_latest
|
|
end
|
|
|
|
app "FSNotes.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Scripts/co.fluder.FSNotes",
|
|
"~/Library/Containers/co.fluder.FSNotes",
|
|
]
|
|
end
|