mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
30 lines
963 B
JSON
30 lines
963 B
JSON
{
|
|
"homepage": "https://farmanager.com/",
|
|
"version": "30b5225",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://farmanager.com/files/Far30b5225.x64.20180604.7z",
|
|
"hash": "aa0f342ae330b6a598d6ce3341d53a002c516de0c06a9672b1191a29094fd569"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far30b5225.x86.20180604.7z",
|
|
"hash": "db24ca6495284c1826efb94fbdc8df632270cb04703b547b295ee5fdaf1ab154"
|
|
}
|
|
},
|
|
"checkver": {
|
|
"url": "https://farmanager.com/download.php",
|
|
"re": "files/Far(?<version>[b\\d]+).x64.(?<date>\\d+).7z"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://farmanager.com/files/Far$version.x64.$matchDate.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far$version.x86.$matchDate.7z"
|
|
}
|
|
}
|
|
},
|
|
"bin": "far.exe"
|
|
}
|