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.
This commit is contained in:
Søren Theilgaard
2022-04-25 09:02:27 +02:00
parent 79b2b43cd0
commit c6470fdd79

View File

@@ -0,0 +1,8 @@
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"
;;