mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
23 lines
809 B
JSON
23 lines
809 B
JSON
{
|
|
"version": "1.15.0",
|
|
"description": "BFG Repo-Cleaner removes large or troublesome blobs like git-filter-branch does, but faster",
|
|
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
|
|
"license": "GPL-3.0-or-later",
|
|
"suggest": {
|
|
"JDK": "java/openjdk"
|
|
},
|
|
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/1.15.0/bfg-1.15.0.jar#/bfg.jar",
|
|
"hash": "md5:82f6c378e98b50a68330ad1084e6c32f",
|
|
"bin": "bfg.jar",
|
|
"checkver": {
|
|
"url": "https://search.maven.org/solrsearch/select/?q=g:com.madgag+AND+a:bfg",
|
|
"jsonpath": "$.response.docs[0].latestVersion"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/$version/bfg-$version.jar#/bfg.jar",
|
|
"hash": {
|
|
"url": "$url.md5"
|
|
}
|
|
}
|
|
}
|