homebrew-cask/Casks/snagit.rb

13 lines
328 B
Ruby

cask "snagit" do
version "2020.1.5"
sha256 :no_check # required as upstream package is updated in-place
url "https://download.techsmith.com/snagitmac/releases/Snagit.dmg"
name "Snagit"
homepage "https://www.techsmith.com/screen-capture.html"
depends_on macos: ">= :sierra"
app "Snagit #{version.major}.app"
end