homebrew-cask/Casks/zeroinstall.rb

16 lines
590 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'zeroinstall' do
2015-01-19 11:22:14 +08:00
version '2.8'
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?path=0install',
checkpoint: '7c02e36690dd4e096e40898ee54d59916110c3f3128862ba327857585daa7e57'
2015-01-23 06:39:41 +08:00
name 'Zero Install'
2016-03-06 02:34:41 +08:00
homepage 'http://0install.net/'
2014-09-10 23:37:08 +08:00
pkg 'ZeroInstall.pkg'
2014-11-22 22:12:48 +08:00
uninstall pkgutil: 'net.0install.pkg'
2014-06-13 22:42:51 +08:00
end