Files
homebrew-cask/Casks/c/code-notes.rb
2023-11-23 15:58:58 -05:00

17 lines
436 B
Ruby

cask "code-notes" do
version "1.2.4"
sha256 "c3844123d14642d423f8f04e4fca1bbe7661c54b109cd8eb3eb1cfda8a6d8a60"
url "https://github.com/lauthieb/code-notes/releases/download/#{version}/code-notes-#{version}.dmg",
verified: "github.com/lauthieb/code-notes/"
name "Code Notes"
desc "Code snippet manager"
homepage "https://lauthieb.github.io/code-notes/"
app "Code Notes.app"
caveats do
discontinued
end
end