Files
homebrew-cask/Casks/k/ksnip.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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