homebrew-cask/Casks/avibrazil-rdm.rb

16 lines
544 B
Ruby
Raw Normal View History

cask 'avibrazil-rdm' do
2016-11-14 09:16:42 +08:00
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"
2017-01-25 19:29:14 +08:00
appcast 'https://avi.alkalay.net/software/RDM/',
checkpoint: 'fb37a160731cc3852815165d6b01968c3dfd20cd71ba59840e6a587526161c4c'
name 'RDM'
homepage 'https://github.com/avibrazil/RDM'
pkg "RDM-#{version}.pkg"
uninstall pkgutil: 'net.alkalay.RDM'
end