-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbfg.json
22 lines (22 loc) · 831 Bytes
/
bfg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"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"
}
}
}