scoop-games/bucket/golly.json

35 lines
1.1 KiB
JSON
Raw Normal View History

{
2022-08-22 01:31:07 -07:00
"version": "4.2",
"description": "Program for exploring cellular automata such as the Game of Life",
"homepage": "http://golly.sourceforge.net/",
2021-10-30 09:00:53 -07:00
"license": "GPL-2.0-or-later",
2022-03-19 15:54:04 -07:00
"architecture": {
"64bit": {
2022-08-22 01:31:07 -07:00
"url": "http://downloads.sourceforge.net/project/golly/golly/golly-4.2/golly-4.2-win-64bit.zip",
"hash": "sha1:a82f62b087ce9e3e2209050cf0862396e202397f",
2022-03-19 15:54:04 -07:00
"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"
}
}
}
}