homebrew-cask/Casks/fsnotes.rb

24 lines
596 B
Ruby

cask "fsnotes" do
version "5.3.5"
sha256 "6d0df974dd23483c8cb50e6d419ec1e9953422a0e98176669f34b2838180df4d"
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
regex(%r{href=.*?/tag/v?(\d+(?:\.\d+)+)["' >]}i)
end
app "FSNotes.app"
zap trash: [
"~/Library/Application Scripts/co.fluder.FSNotes",
"~/Library/Containers/co.fluder.FSNotes",
]
end