Merge pull request #141 from midni9ht/midni9ht-add-vivaldi

Added 'vivaldi'
This commit is contained in:
Søren Theilgaard
2021-03-31 19:45:36 +02:00
committed by GitHub
2 changed files with 9 additions and 0 deletions

View File

@@ -2445,6 +2445,14 @@ viscosity)
appNewVersion=$( curl -fsIL "${downloadURL}" | grep -i "^location" | awk '{print $2}' | sed -E 's/.*\/[a-zA-Z.\-]*%20([0-9.]*)\..*/\1/g' )
expectedTeamID="34XR7GXFPX"
;;
vivaldi)
# credit: Adrian Bühler (@midni9ht)
name="Vivaldi"
type="tbz"
downloadURL=$(curl -fsL "https://update.vivaldi.com/update/1.0/public/mac/appcast.xml" | xpath '//rss/channel/item[1]/enclosure/@url' 2>/dev/null | cut -d '"' -f 2)
appNewVersion=$(curl -is "https://update.vivaldi.com/update/1.0/public/mac/appcast.xml" | grep sparkle:version | tr ',' '\n' | grep sparkle:version | cut -d '"' -f 4)
expectedTeamID="4XF3XNRN6Y"
;;
vlc)
name="VLC"
type="dmg"

View File

@@ -235,6 +235,7 @@ veracrypt
virtualbox
viscosity
visualstudiocode
vivaldi
vlc
vmwarehorizonclient
vscodium