2025-12-08 04:32:26 +00:00

17 lines
662 B
JSON

{
"version": "4.1.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-4.1.3/arthas-bin.zip",
"hash": "9826ca216301d85639a2c29566a64b6d0c29744756847ea8c976a5c09a295a01",
"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"
}
}