Brian Peiris ac41914664 Add some missing descriptions (#2926)
* Update acmesharp.json

* Update adb.json

* Update ammonite.json

* Update ant.json

* Update apache.json

* Update axel.json

* Update bazel.json

* Update bfg.json

* Update blink1-tool.json

* Update busybox.json

* Update cacert.json

* Update composer.json

* Update dart.json

* Update dep.json

* Update devd.json

* Update diffutils.json

* Update dig.json

* Update digdag.json

* Update dirhash.json

* Update docfx.json

* Update docker-compose.json

* Update docker-machine.json

* Update docker.json

* Update dosbox.json

* Update dotnet-sdk.json

* Update dotnet.json
2018-12-26 13:07:05 -08:00

26 lines
857 B
JSON

{
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
"description": "BFG Repo-Cleaner removes large or troublesome blobs like git-filter-branch does, but faster",
"license": "GPL-3.0-or-later",
"version": "1.13.0",
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/1.13.0/bfg-1.13.0.jar#/bfg.jar",
"hash": "md5:f437b07a4651c8b549703940de6ce1d2",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
"bin": "bfg.jar",
"checkver": {
"url": "https://search.maven.org/solrsearch/select/?q=g:com.madgag+AND+a:bfg",
"jp": "$.response.docs[0].latestVersion"
},
"autoupdate": {
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/$version/bfg-$version.jar#/bfg.jar",
"hash": {
"url": "$url.md5"
}
}
}