2023-08-24 20:24:29 +00:00

17 lines
662 B
JSON

{
"version": "3.7.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.7.1/arthas-bin.zip",
"hash": "0478fc715bdb4c6a35e42b7e79a14253eddb212d290291b8b68a565b446ecdae",
"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"
}
}