Merge pull request #370 from fleish/dev

Update gpgsuite blockingProcesses for GPG Keychain & add DaisyDisk label
This commit is contained in:
Søren Theilgaard
2022-01-13 20:39:06 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

7
daisydisk.sh Normal file
View File

@@ -0,0 +1,7 @@
daisydisk)
name="DaisyDisk"
type="zip"
downloadURL="https://daisydiskapp.com/downloads/DaisyDisk.zip"
appNewVersion=$( curl -fs 'https://daisydiskapp.com/downloads/appcastReleaseNotes.php?appEdition=Standard' | grep Version | head -1 | cut -d \> -f 3 | cut -d \< -f 1 | awk '{print $2}' )
expectedTeamID="4CBU3JHV97"
;;

View File

@@ -5,4 +5,5 @@ gpgsuite)
pkgName="Install.pkg"
downloadURL=$(curl -s https://gpgtools.org/ | grep https://releases.gpgtools.org/GPG_Suite- | grep Download | cut -d'"' -f4)
expectedTeamID="PKV8ZPD836"
blockingProcesses=( "GPG Keychain" )
;;