homebrew-cask/Casks/onionshare.rb

18 lines
680 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'onionshare' do
version '1.0'
sha256 '4586f3b2218188475610354f14c95e08b988d6d190eecc3f04258d25ca3543a6'
2014-07-19 22:34:23 +08:00
# github.com/micahflee/onionshare was verified as official when first introduced to the cask
2016-02-22 19:32:21 +08:00
url "https://github.com/micahflee/onionshare/releases/download/v#{version}/OnionShare.pkg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/micahflee/onionshare/releases.atom',
checkpoint: '72c38373f27461c9533ee32c87c2b13898f368779701213f0e625d51722337f9'
name 'OnionShare'
2014-07-19 22:34:23 +08:00
homepage 'https://onionshare.org/'
gpg "#{url}.sig",
key_url: 'https://onionshare.org/signing-key.asc'
2014-07-19 22:34:23 +08:00
2015-11-21 17:47:29 +08:00
pkg 'OnionShare.pkg'
uninstall pkgutil: 'org.pythonmac.unspecified.OnionShare'
2014-07-19 22:34:23 +08:00
end