added veracrypt

This commit is contained in:
Armin Briegel
2020-11-02 09:31:00 +01:00
parent 0740ee0018
commit 171a90a3da

View File

@@ -1343,12 +1343,19 @@ qgis-macos-pr)
expectedTeamID="4F7N4UDA22"
;;
osxfuse)
# credit: Fredrik Larsson (@fredrik_l on MacAdmins Slack)
name="FUSE for macOS"
type="pkgInDmg"
downloadURL=$(downloadURLFromGit osxfuse osxfuse)
expectedTeamID="3T5GSNBU6W"
;;
veracrypt)
# credit: Fredrik Larsson (@fredrik_l on MacAdmins Slack)
name="VeraCrypt"
type="pkgInDmg"
downloadURL=$(curl -s -L "https://www.veracrypt.fr/en/Downloads.html" | grep -Eio 'href="https://launchpad.net/veracrypt/trunk/(.*)/+download/VeraCrypt_([0-9].*).dmg"' | cut -c7- | sed -e 's/"$//' | sed "s/+/+/g")
expectedTeamID="Z933746L2S"
;;
# MARK: add new labels above here