homebrew-cask/Casks/securedownloadmanager.rb

17 lines
506 B
Ruby
Raw Normal View History

cask 'securedownloadmanager' do
version :latest
sha256 :no_check
url 'https://e5.onthehub.com/Static/Installers/SDM.pkg'
name 'Kivuto Secure Download Manager'
name 'SDM'
homepage 'https://e5.onthehub.com/WebStore/Account/SdmDownloadFaq.aspx?ws=2cbc6a33-25f4-e011-8e6c-f04da23e67f6&secure=1'
license :gratis
pkg 'SDM.pkg'
uninstall :pkgutil => 'e-academy.com.secureDownloadManager.SecureDownloadManager.pkg'
2015-12-24 00:11:39 +08:00
zap :pkgutil => 'e-academy.com.secureDownloadManager.Applications.pkg'
end