homebrew-cask-versions/Casks/gpgtools.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

10 lines
315 B
Ruby

class Gpgtools < Cask
url 'https://releases.gpgtools.org/GPG%20Suite%20-%202013.10.22.dmg'
homepage 'https://gpgtools.org/index.html'
version '2013.10.22'
sha256 'd37ccf01e5ddd07dd84b76574e99b605ca9ead89cb0c6c126f4045e271eb3841'
install 'Install.pkg'
uninstall(
:pkgutil => 'org.gpgtools.*'
)
end