2022-04-26 04:31:12 +00:00

17 lines
662 B
JSON

{
"version": "3.6.1",
"description": "Arthas is a Java Diagnostic tool open sourced by Alibaba.",
"homepage": "https://github.com/alibaba/arthas",
"license": "Apache-2.0",
"url": "https://github.com/alibaba/arthas/releases/download/arthas-all-3.6.1/arthas-bin.zip",
"hash": "56432884e75532bc507fe17ac7103a714b6df42bed9f0e29fabd2d88a3b34901",
"bin": "arthas-boot.jar",
"checkver": {
"github": "https://github.com/alibaba/arthas",
"regex": "/releases/tag/arthas-all-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/alibaba/arthas/releases/download/arthas-all-$version/arthas-bin.zip"
}
}