From fb768dd15eabe731d25a6212c1ba37ebea7f840b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my?= Date: Sat, 7 Jan 2017 22:10:54 +0100 Subject: [PATCH] update bfg 1.12.14 and autoupdate --- bfg.json | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/bfg.json b/bfg.json index 7c7d4c2ad3..2dd6fc9186 100644 --- a/bfg.json +++ b/bfg.json @@ -1,18 +1,23 @@ { - "version": "1.12.12", - "license": "GPL", - "url": "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.12/bfg-1.12.12.jar", - "depends": "openjdk", - "homepage": "https://rtyley.github.io/bfg-repo-cleaner/", - "hash": "03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a", - "bin": "bfg.ps1", - "env_set": { "BFG_HOME": "$dir" }, + "homepage": "https://rtyley.github.io/bfg-repo-cleaner/", + "license": "GPL", + "version": "1.12.14", + "url": "https://repo1.maven.org/maven2/com/madgag/bfg/1.12.14/bfg-1.12.14.jar", + "hash": "7a44d53ef626a4282c34cc363166e678c5d9e91e4c6815e8e069036edd9fab64", + "depends": "openjdk", + "bin": "bfg.ps1", + "env_set": { + "BFG_HOME": "$dir" + }, "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 ", "checkver": { "url": "https://search.maven.org/solrsearch/select/?q=g:\"com.madgag\"+AND+a:\"bfg\"&wt=json&json.wrf=?&indent=true", "re": "\"latestVersion\":\"([\\d.]+)\"" + }, + "autoupdate": { + "url": "https://repo1.maven.org/maven2/com/madgag/bfg/$version/bfg-$version.jar" } }