homebrew-cask/Casks/snagit.rb

11 lines
245 B
Ruby
Raw Normal View History

class Snagit < Cask
2014-09-17 19:43:02 +08:00
version :latest
sha256 :no_check
url 'http://download.techsmith.com/snagitmac/enu/Snagit.dmg'
2014-05-14 21:40:03 +08:00
appcast 'http://techsmithredirect.appspot.com/'
homepage 'http://www.techsmith.com/snagit.html'
2014-09-16 00:06:21 +08:00
app 'Snagit.app'
end