Files
Installomator/fragments/labels/retrobatch.sh
2021-04-28 09:36:16 +02:00

8 lines
350 B
Bash

retrobatch)
name="Retrobatch"
type="zip"
downloadURL="https://flyingmeat.com/download/Retrobatch.zip"
appNewVersion=$(curl -fs "https://flyingmeat.com/retrobatch/" | grep -i download | grep -i zip | grep -iv Documentation | sed -E 's/.*Download.*href.*https.*zip.*Retrobatch ([0-9.]*)<.*/\1/g')
expectedTeamID="WZCN9HJ4VP"
;;