Skip to content

Commit

Permalink
Fix aria2 autoupdate and bfg checkver url
Browse files Browse the repository at this point in the history
  • Loading branch information
r15ch13 committed Feb 12, 2017
1 parent 9088327 commit 10df705
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions bucket/aria2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion bucket/bfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 10df705

Please sign in to comment.