mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
30 lines
963 B
JSON
30 lines
963 B
JSON
{
|
|
"homepage": "https://farmanager.com/",
|
|
"version": "30b5151",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://farmanager.com/files/Far30b5151.x64.20180226.7z",
|
|
"hash": "c96bed1323926817556687bf80908792d5c53ff975c72001ac98203abcd51992"
|
|
},
|
|
"32bit": {
|
|
"url": "https://farmanager.com/files/Far30b5151.x86.20180226.7z",
|
|
"hash": "1acb1fbef6ea12800be1a13344c6159b8483a26dc00d420f32c4f10b9601c6e9"
|
|
}
|
|
},
|
|
"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"
|
|
}
|