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.
7 lines
260 B
Ruby
7 lines
260 B
Ruby
class Uninstallpkg < Cask
|
|
url 'http://www.corecode.at/downloads/uninstallpkg_1.0.zip'
|
|
homepage 'http://www.corecode.at/uninstallpkg/'
|
|
version '1.0'
|
|
sha256 '2dc8d6c2c7cf6614f2bbfc176ef9c6dffd06acee6ab435d1cb2b1c1913186144'
|
|
link 'UninstallPKG.app'
|
|
end
|