mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
12 lines
324 B
Ruby
12 lines
324 B
Ruby
cask "ksnip" do
|
|
version "1.10.1"
|
|
sha256 "a029364951e0377f3e625a7af70313d1266145a62185e8e127286b5564b11e08"
|
|
|
|
url "https://github.com/ksnip/ksnip/releases/download/v#{version}/ksnip-#{version}.dmg"
|
|
name "ksnip"
|
|
desc "Screenshot and annotation tool"
|
|
homepage "https://github.com/ksnip/ksnip"
|
|
|
|
app "ksnip.app"
|
|
end
|