mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
Update BFG to 1.12.12 (#814)
SHA-256 taken from 7zip. (Note to self, must use later and look at later.)
This commit is contained in:
parent
960fab6bb9
commit
e2f3bb340b
8
bfg.json
8
bfg.json
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"version": "1.12.3",
|
"version": "1.12.12",
|
||||||
"license": "GPL",
|
"license": "GPL",
|
||||||
"url": "http://repo1.maven.org/maven2/com/madgag/bfg/1.12.3/bfg-1.12.3.jar",
|
"url": "http://repo1.maven.org/maven2/com/madgag/bfg/1.12.12/bfg-1.12.12.jar",
|
||||||
"depends": "openjdk",
|
"depends": "openjdk",
|
||||||
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
|
"homepage": "https://rtyley.github.io/bfg-repo-cleaner/",
|
||||||
"hash": "2e237631235cfb8cc2d49dabb986389851dca8a28a07083345274b443dfa4911",
|
"hash": "03291c9cd9cdc664104f49b22b76bd39edc73052936cbfd72fc8d8595971fd9a",
|
||||||
"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.3.jar $args'
|
$exe = 'java -jar $env:BFG_HOME\\bfg-1.12.12.jar $args'
|
||||||
write-output $exe | out-file -filepath $dir\\bfg.ps1
|
write-output $exe | out-file -filepath $dir\\bfg.ps1
|
||||||
"
|
"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user