From ee340d31a6872bf5ad81133676fbdb9aca89e360 Mon Sep 17 00:00:00 2001 From: Marijn Jansen Date: Sat, 27 Jan 2018 20:25:36 +0100 Subject: [PATCH] Added Parsec.app (#43173) * Added Parsec.app * Improved comment about url --- Casks/parsec.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Casks/parsec.rb diff --git a/Casks/parsec.rb b/Casks/parsec.rb new file mode 100644 index 0000000000..ee5d16ff8c --- /dev/null +++ b/Casks/parsec.rb @@ -0,0 +1,13 @@ +cask 'parsec' do + version :latest + sha256 :no_check + + # s3.amazonaws.com/parsec-build was verified as official when first introduced to the cask + url 'https://s3.amazonaws.com/parsec-build/package/parsec-macos.pkg' + name 'Parsec' + homepage 'https://parsecgaming.com/' + + pkg 'parsec-macos.pkg' + + uninstall pkgutil: 'tv.parsec.www' +end