This commit is contained in:
Søren Theilgaard
2021-05-12 11:41:05 +02:00
parent ae4589dc06
commit dfe0fbd58f

View File

@@ -2458,6 +2458,14 @@ torbrowser)
appNewVersion=$(curl -fs https://www.torproject.org/download/ | grep "downloadLink" | grep dmg | head -1 | cut -d '"' -f 4 | cut -d / -f 4)
expectedTeamID="MADPSAYN6T"
;;
trex)
# credit: Søren Theilgaard (@theilgaard)
name="TRex"
type="zip"
downloadURL=$(downloadURLFromGit amebalabs TRex)
appNewVersion=$(versionFromGit amebalabs TRex)
expectedTeamID="X93LWC49WV"
;;
tunnelbear)
name="TunnelBear"
type="zip"