Add Vallum Firewall (#85093)

This commit is contained in:
Randall 2020-06-30 18:04:12 -07:00 committed by GitHub
parent 9c8999a6b0
commit 8479437901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
Casks/vallum.rb Normal file
View File

@ -0,0 +1,18 @@
cask 'vallum' do
version '3.3.2'
sha256 'ed062cd0c8a268df37db6a71d7e8a15b12d3a3adff9af1ab52d6a4cb42300ce8'
# github.com/TheMurusTeam/Vallum/ was verified as official when first introduced to the cask
url "https://github.com/TheMurusTeam/Vallum/releases/download/v#{version}/vallum-#{version}.zip"
appcast 'https://github.com/TheMurusTeam/Vallum/releases.atom'
name 'Vallum'
homepage 'https://www.vallumfirewall.com/'
pkg 'Vallum.pkg'
uninstall pkgutil: 'it.murus.afw.Vallum',
launchctl: [
'it.murus.afw.core',
'it.murus.afw.helper',
]
end