homebrew-cask/Casks/avibrazil-rdm.rb

16 lines
544 B
Ruby

cask 'avibrazil-rdm' do
version '2.2'
sha256 '4baba78e89fb36ae022d5a234bb968402503ed277af59ae72e8270e9b6bef895'
# avi.alkalay.net/software/RDM was verified as official when first introduced to the cask
url "https://avi.alkalay.net/software/RDM/RDM-#{version}.pkg"
appcast 'https://avi.alkalay.net/software/RDM/',
checkpoint: 'cedd8af3916e693ad4d46cb484f5fa10870915f9e975cf88bc2c3d44781ebfbc'
name 'RDM'
homepage 'https://github.com/avibrazil/RDM'
pkg "RDM-#{version}.pkg"
uninstall pkgutil: 'net.alkalay.RDM'
end