homebrew-cask/Casks/zeroinstall.rb

15 lines
490 B
Ruby

cask 'zeroinstall' do
version '2.12.3'
sha256 'ab0fbf7fc43c5ff6429d5686bde3ecef01c78894c46c8bd554c2f4a1f0e10e66'
# sourceforge.net/zero-install was verified as official when first introduced to the cask
url "https://downloads.sourceforge.net/zero-install/0install/#{version}/ZeroInstall.pkg"
appcast 'https://sourceforge.net/projects/zero-install/rss'
name 'Zero Install'
homepage 'https://0install.net/'
pkg 'ZeroInstall.pkg'
uninstall pkgutil: 'net.0install.pkg'
end