mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
far: semantic versioning (#4559)
This commit is contained in:
parent
ff6176570d
commit
64a04d1511
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "30b6060",
|
"version": "3.0.6060",
|
||||||
"description": "A text-mode files and archives manager",
|
"description": "A text-mode files and archives manager",
|
||||||
"homepage": "https://farmanager.com/",
|
"homepage": "https://farmanager.com/",
|
||||||
"license": {
|
"license": {
|
||||||
@ -37,15 +37,16 @@
|
|||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://farmanager.com/download.php",
|
"url": "https://farmanager.com/download.php",
|
||||||
"regex": "files/Far(?<version>[b\\d]+).x64.(?<date>\\d+).7z"
|
"regex": "(?s)Stable.*?Far Manager v(?<version>[\\d.]+) build (?<build>[\\d]+).*?.x64.(?<date>\\d+).7z",
|
||||||
|
"replace": "${version}.${build}"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://farmanager.com/files/Far$version.x64.$matchDate.7z"
|
"url": "https://farmanager.com/files/Far$majorVersion$minorVersionb$patchVersion.x64.$matchDate.7z"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://farmanager.com/files/Far$version.x86.$matchDate.7z"
|
"url": "https://farmanager.com/files/Far$majorVersion$minorVersionb$patchVersion.x86.$matchDate.7z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user