2021-07-11 14:15:33 -07:00
|
|
|
{
|
2021-10-30 09:00:53 -07:00
|
|
|
"version": "4.0",
|
|
|
|
"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.0/golly-4.0-win-64bit.zip",
|
|
|
|
"hash": "sha1:abb2aeade008b6f19986a0d093724222ed6611d5",
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2021-07-11 14:15:33 -07:00
|
|
|
}
|