homebrew-cask/Casks/snagit.rb

13 lines
289 B
Ruby
Raw Normal View History

2014-11-14 01:26:58 +08:00
cask :v1 => 'snagit' do
2014-09-17 19:43:02 +08:00
version :latest
sha256 :no_check
url 'http://download.techsmith.com/snagitmac/enu/Snagit.dmg'
2015-06-29 14:32:18 +08:00
appcast 'https://techsmithredirect.appspot.com/'
2015-01-10 04:26:04 +08:00
name 'Snagit'
2015-06-29 14:32:18 +08:00
homepage 'https://www.techsmith.com/snagit.html'
license :commercial
2014-09-16 00:06:21 +08:00
app 'Snagit.app'
end