Merge pull request #545 from buckbanzai/add-ipswupdater

Add ipswupdater label using JSON parsing
This commit is contained in:
Armin Briegel
2022-08-12 16:29:13 +02:00
committed by GitHub

View File

@@ -0,0 +1,8 @@
ipswupdater)
name="IPSW Updater"
type="zip"
ipswupdaterVersions=$(curl -fs "https://ipsw.app/download/updates.php?current_version=0.9.16")
downloadURL=$(getJSONValue "$ipswupdaterVersions" "[0].url")
appNewVersion=$(getJSONValue "$ipswupdaterVersions" "[0].version")
expectedTeamID="YRW6NUGA63"
;;