mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
Fix aria2 autoupdate and bfg checkver url
This commit is contained in:
parent
59e4bdcafa
commit
b92c43fc5d
16
aria2.json
16
aria2.json
@ -17,13 +17,15 @@
|
||||
"bin": "aria2c.exe",
|
||||
"checkver": "<p>Download <a href=\"https://github.com/aria2/aria2[^\"]+\">version ([^<]+)</a>",
|
||||
"autoupdate": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version-win-32bit-build1.zip",
|
||||
"extract_dir": "aria2-$version-win-32bit-build1"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version-win-64bit-build1.zip",
|
||||
"extract_dir": "aria2-$version-win-64bit-build1"
|
||||
"architecture": {
|
||||
"32bit": {
|
||||
"url": "https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version-win-32bit-build1.zip",
|
||||
"extract_dir": "aria2-$version-win-32bit-build1"
|
||||
},
|
||||
"64bit": {
|
||||
"url": "https://github.com/aria2/aria2/releases/download/release-$version/aria2-$version-win-64bit-build1.zip",
|
||||
"extract_dir": "aria2-$version-win-64bit-build1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
bfg.json
2
bfg.json
@ -16,7 +16,7 @@
|
||||
write-output $exe | out-file -filepath $dir\\bfg.ps1
|
||||
",
|
||||
"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.]+)\""
|
||||
},
|
||||
"autoupdate": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user