homebrew-cask/Casks/onionshare.rb

18 lines
599 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'onionshare' do
2015-12-07 04:39:43 +08:00
version '0.8'
sha256 '2344215e269795ab0943a85071350d292aebcbc996ffc84e1d2af2ad9cd5b959'
2014-07-19 22:34:23 +08:00
2015-11-21 17:47:29 +08:00
url "https://github.com/micahflee/onionshare/releases/download/#{version}/OnionShare.pkg"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/micahflee/onionshare/releases.atom',
checkpoint: '676d6738cf56a76e852aa1b66e4ad7b6a6974c32788320b51a2935a5e9b455d7'
name 'OnionShare'
2014-07-19 22:34:23 +08:00
homepage 'https://onionshare.org/'
2015-09-29 03:22:34 +08:00
license :gpl
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