homebrew-cask/Casks/onionshare.rb

15 lines
526 B
Ruby

cask 'onionshare' do
version '1.3.1'
sha256 '6d748022b28ae0ae105ad595fa5d6428d7ce9e9882bc8808951f9870499519a2'
# github.com/micahflee/onionshare was verified as official when first introduced to the cask
url "https://github.com/micahflee/onionshare/releases/download/v#{version}/OnionShare-#{version}.pkg"
appcast 'https://github.com/micahflee/onionshare/releases.atom'
name 'OnionShare'
homepage 'https://onionshare.org/'
pkg "OnionShare-#{version}.pkg"
uninstall pkgutil: 'com.micahflee.onionshare'
end