Files
Installomator/fragments/labels/duckduckgo.sh
Søren Theilgaard c6470fdd79 duckduckgo web browser
It’s only in preview now, and you need an invitation code to run the app, but now we are ready for this.
2022-04-25 09:02:27 +02:00

9 lines
547 B
Bash

duckduckgo)
name="DuckDuckGo"
type="dmg"
#downloadURL="https://staticcdn.duckduckgo.com/macos-desktop-browser/duckduckgo.dmg"
downloadURL=$(curl -fs https://staticcdn.duckduckgo.com/macos-desktop-browser/appcast.xml | xpath '(//rss/channel/item/enclosure/@url)[last()]' 2>/dev/null | cut -d '"' -f2)
appNewVersion=$(curl -fs https://staticcdn.duckduckgo.com/macos-desktop-browser/appcast.xml | xpath '(//rss/channel/item/enclosure/@sparkle:version)[last()]' 2>/dev/null | cut -d '"' -f2)
expectedTeamID="HKE973VLUW"
;;