homebrew-cask/Casks/onionshare.rb

18 lines
600 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'onionshare' do
2016-04-24 04:36:51 +08:00
version '0.9'
sha256 '9142dcce2aa313e628432408ffcfbd9928ddd5d50b529a7701f4f9e75e6df9a4'
2014-07-19 22:34:23 +08:00
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',
2016-04-24 04:36:51 +08:00
checkpoint: '388c9b60d7dd35c10ef53856d832055cf3de414387b6977ea782dcf011d67c6c'
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