mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
10 lines
315 B
Ruby
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
|