mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
12 lines
287 B
Ruby
12 lines
287 B
Ruby
cask :v1 => 'snagit' do
|
|
version :latest
|
|
sha256 :no_check
|
|
|
|
url 'http://download.techsmith.com/snagitmac/enu/Snagit.dmg'
|
|
appcast 'http://techsmithredirect.appspot.com/'
|
|
name 'Snagit'
|
|
homepage 'http://www.techsmith.com/snagit.html'
|
|
license :commercial
|
|
|
|
app 'Snagit.app'
|
|
end
|