homebrew-cask/Casks/uninstallpkg.rb

14 lines
567 B
Ruby
Raw Normal View History

2014-11-14 01:27:16 +08:00
cask :v1 => 'uninstallpkg' do
2014-12-04 11:33:11 +08:00
version '1.0.7'
sha256 '6f5b88434635afe3eee07dcd0b183f00233ccd089ba0c45e3c4a3c8ddaa1fa4a'
2014-09-26 20:09:17 +08:00
url "http://www.corecode.at/downloads/uninstallpkg_#{version}.zip"
appcast 'https://www.corecode.at/uninstallpkg/uninstallpkg.xml',
2014-12-04 11:33:11 +08:00
:sha256 => '5f5de8cb9ee55d7c96582f7359a41c9530170f589f45bdad5ee3f04dd22c829d'
2015-01-10 04:25:49 +08:00
name 'UninstallPKG'
2013-12-03 14:17:07 +08:00
homepage 'http://www.corecode.at/uninstallpkg/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-16 00:06:33 +08:00
app 'UninstallPKG.app'
2013-12-03 14:17:07 +08:00
end