mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"version": "2026b",
|
|
"description": "Gnu Regression, Econometrics and Time-series Library",
|
|
"homepage": "http://gretl.sourceforge.net",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/gretl/gretl/2026b/gretl-2026b-64.exe",
|
|
"hash": "sha1:2c2ded057cec98053b8b7912ce5bde83fc229246"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/gretl/gretl/2026b/gretl-2026b-32.exe",
|
|
"hash": "sha1:94ea206c0561f4a66265ce8fc1b7e175839782a5"
|
|
}
|
|
},
|
|
"innosetup": true,
|
|
"bin": [
|
|
"gretlcli.exe",
|
|
"gretlmpi.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"gretl.exe",
|
|
"gretl"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "http://gretl.sourceforge.net/ChangeLog.html",
|
|
"regex": "Version (\\w+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://downloads.sourceforge.net/project/gretl/gretl/$version/gretl-$version-64.exe"
|
|
},
|
|
"32bit": {
|
|
"url": "https://downloads.sourceforge.net/project/gretl/gretl/$version/gretl-$version-32.exe"
|
|
}
|
|
}
|
|
}
|
|
}
|