Files
homebrew-cask/Casks/t/techsmith-capture.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

20 lines
503 B
Ruby

cask "techsmith-capture" do
version "1.3.31"
sha256 :no_check
url "https://assets.techsmith.com/techsmithcapture/mac/TechSmithCapture.dmg"
name "TechSmith Capture"
desc "Screen capture software"
homepage "https://www.techsmith.com/jing-tool.html"
livecheck do
url "https://assets.techsmith.com/techsmithcapture/mac/TechSmithCaptureAppcast.xml"
strategy :sparkle, &:short_version
end
auto_updates true
depends_on macos: ">= :high_sierra"
app "TechSmith Capture.app"
end