You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
23 lines
543 B
Ruby
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
|