You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
15 lines
456 B
Ruby
15 lines
456 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/"
|
|
|
|
deprecate! date: "2023-12-17", because: :discontinued
|
|
|
|
app "Code Notes.app"
|
|
end
|