{ "homepage": "https://mindustrygame.github.io/", "description": "A sandbox tower-defense game", "version": "103", "license": "GPL-3.0-only", "url": "https://github.com/Anuken/Mindustry/releases/download/v103/Mindustry.jar", "hash": "c0c68bea0b5fe6b37793e48c5625db0b4e6a55a12acc41c12c25d2d346bec500", "bin": "mindustry.bat", "shortcuts": [ [ "mindustry.bat", "Mindustry" ] ], "pre_install": "Set-Content -Path \"$dir\\mindustry.bat\" -Value \"pushd $dir && javaw -jar Mindustry.jar && popd\"", "suggest": { "Java Runtime Environment": "java/adoptopenjdk-hotspot-jre" }, "checkver": { "url": "https://github.com/Anuken/Mindustry/releases", "regex": "Anuken\\/Mindustry\\/tree\\/v(\\d+)" }, "autoupdate": { "url": "https://github.com/Anuken/Mindustry/releases/download/v$version/Mindustry.jar" } }