homebrew-cask/Casks/fsnotes.rb

24 lines
596 B
Ruby

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