2022-06-13 08:29:44 +00:00

17 lines
662 B
JSON

{
"version": "3.6.3",
"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.3/arthas-bin.zip",
"hash": "c40051a88428cf65c29cb1115ebd9cad98851cc5a481adeb41d9ffae2c62c447",
"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"
}
}