{ "version": "4.2", "description": "Program for exploring cellular automata such as the Game of Life", "homepage": "http://golly.sourceforge.net/", "license": "GPL-2.0-or-later", "architecture": { "64bit": { "url": "http://downloads.sourceforge.net/project/golly/golly/golly-4.2/golly-4.2-win-64bit.zip", "hash": "sha1:a82f62b087ce9e3e2209050cf0862396e202397f", "pre_install": [ "Move-Item -Path $dir/$app-$version-win-64bit/* -Destination $dir", "Remove-Item $dir/$app-$version-win-64bit" ] } }, "bin": "Golly.exe", "shortcuts": [ [ "Golly.exe", "Golly" ] ], "checkver": { "url": "https://sourceforge.net/projects/golly/", "regex": "golly-([\\d.-]+)-win-64bit\\.zip" }, "autoupdate": { "architecture": { "64bit": { "url": "http://downloads.sourceforge.net/project/golly/golly/golly-$version/golly-$version-win-64bit.zip" } } } }