mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 16:21:20 +00:00
Fix aria2 autoupdate and bfg checkver url
This commit is contained in:
parent
59e4bdcafa
commit
b92c43fc5d
@ -17,6 +17,7 @@
|
|||||||
"bin": "aria2c.exe",
|
"bin": "aria2c.exe",
|
||||||
"checkver": "<p>Download <a href=\"https://github.com/aria2/aria2[^\"]+\">version ([^<]+)</a>",
|
"checkver": "<p>Download <a href=\"https://github.com/aria2/aria2[^\"]+\">version ([^<]+)</a>",
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version-win-32bit-build1.zip",
|
"url": "https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version-win-32bit-build1.zip",
|
||||||
"extract_dir": "aria2-$version-win-32bit-build1"
|
"extract_dir": "aria2-$version-win-32bit-build1"
|
||||||
@ -27,3 +28,4 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
2
bfg.json
2
bfg.json
@ -16,7 +16,7 @@
|
|||||||
write-output $exe | out-file -filepath $dir\\bfg.ps1
|
write-output $exe | out-file -filepath $dir\\bfg.ps1
|
||||||
",
|
",
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"url": "https://search.maven.org/solrsearch/select/?q=g:\"com.madgag\"+AND+a:\"bfg\"&wt=json&json.wrf=?&indent=true",
|
"url": "https://search.maven.org/solrsearch/select/?q=g:com.madgag+AND+a:bfg",
|
||||||
"re": "\"latestVersion\":\"([\\d.]+)\""
|
"re": "\"latestVersion\":\"([\\d.]+)\""
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user