homebrew-cask-versions/Casks/callnote.rb
Roland Walker 40184ad948 mass update of 650 Casks to sha256
each of these is verified: the current sha1 and the new
sha256 are both correct for the given download.
2014-02-24 07:55:29 -05:00

8 lines
358 B
Ruby

class Callnote < Cask
url 'http://callnote.kandasoft.com/callnote-premium-install-2.3.7.pkg'
homepage 'http://www.kandasoft.com/home/kanda-apps/skype-call-recorder.html'
version '2.3.7'
sha256 '968c61f2cd1e71f91ec45b9f69023765210010e3d28256eeb65942ee075e756b'
install 'callnote-premium-install-2.3.7.pkg'
uninstall :pkgutil => 'callnote-pro'
end