35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"version": "4.1",
|
|
"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.1/golly-4.1-win-64bit.zip",
|
|
"hash": "sha1:6d5efce9dac9f224f77994a0493245e5984d2c1d",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|