update bfg 1.12.14 and autoupdate

This commit is contained in:
Rémy 2017-01-07 22:10:54 +01:00
parent 7e2ace0184
commit fb768dd15e

View File

@ -1,18 +1,23 @@
{ {
"version": "1.12.12", "homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
"license": "GPL", "license": "GPL",
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.12/bfg-1.12.12.jar", "version": "1.12.14",
"depends": "openjdk", "url": "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.14/bfg-1.12.14.jar",
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/", "hash": "7a44d53ef626a4282c34cc363166e678c5d9e91e4c6815e8e069036edd9fab64",
"hash": "03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a", "depends": "openjdk",
"bin": "bfg.ps1", "bin": "bfg.ps1",
"env_set": { "BFG_HOME": "$dir" }, "env_set": {
"BFG_HOME": "$dir"
},
"pre_install": " "pre_install": "
$exe = 'java -jar $env:BFG_HOME\\bfg-1.12.12.jar $args' $exe = 'java -jar $env:BFG_HOME\\bfg-$version.jar $args'
write-output $exe | out-file -filepath $dir\\bfg.ps1 write-output $exe | out-file -filepath $dir\\bfg.ps1
", ",
"checkver": { "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\"&wt=json&json.wrf=?&indent=true",
"re": "\"latestVersion\":\"([\\d.]+)\"" "re": "\"latestVersion\":\"([\\d.]+)\""
},
"autoupdate": {
"url": "https://repo1.maven.org/maven2/com/madgag/bfg/$version/bfg-$version.jar"
} }
} }