You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
aa461148bb
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
346 B
Ruby
12 lines
346 B
Ruby
cask "gitnote" do
|
|
version "3.1.0"
|
|
sha256 "f1ff765c09d9e424c2995e7d887040c503cd9b5472eb5e2fc3dadc20d326a498"
|
|
|
|
url "https://github.com/zhaopengme/gitnote/releases/download/#{version}/GitNote_setup_#{version}.dmg",
|
|
verified: "github.com/zhaopengme/gitnote/"
|
|
name "gitnote"
|
|
homepage "https://gitnoteapp.com/"
|
|
|
|
app "GitNote.app"
|
|
end
|