mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-12 15:14:16 +08:00
Add visual VM (#249)
* Add visual VM * Change repo, fix checkver, remove hash Co-authored-by: Mathias Hermansson <mathias.hermansson@se.ibm.com>
This commit is contained in:
parent
92605e0d20
commit
dca8d0e782
27
bucket/visualvm.json
Normal file
27
bucket/visualvm.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"homepage": "https://visualvm.github.io/",
|
||||
"license": "https://visualvm.github.io/gplv2+ce.html",
|
||||
"version": "2.0.6",
|
||||
"url": "https://github.com/oracle/visualvm/releases/download/2.0.6/visualvm_206.zip",
|
||||
"hash": "ba1394b2ce542cb51f66cf694d29a33b009d28a85c4320e2c6561e48d306d78d",
|
||||
"extract_dir": "visualvm_206",
|
||||
"bin": [
|
||||
[
|
||||
"bin\\visualvm.exe",
|
||||
"visualvm"
|
||||
]
|
||||
],
|
||||
"shortcuts": [
|
||||
[
|
||||
"bin\\visualvm.exe",
|
||||
"VisualVM"
|
||||
]
|
||||
],
|
||||
"checkver": {
|
||||
"github": "https://github.com/oracle/visualvm"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://github.com/oracle/visualvm/releases/download/$version/visualvm_$cleanVersion.zip",
|
||||
"extract_dir": "visualvm_$cleanVersion"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user