Files
Thomas Walter d6891575a1 fsnotes 6.6.9
2024-02-25 11:28:09 +01:00

23 lines
543 B
Ruby

cask "fsnotes" do
version "6.6.9"
sha256 "e195638700bb3ffb0f59d21e58d762f306773aa302cfe4496b37d2f843192d67"
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