2026-01-10 12:31:41 +00:00

17 lines
662 B
JSON

{
"version": "4.1.5",
"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.5/arthas-bin.zip",
"hash": "8501b84d57fa0ec734bf3f539804b51fd109a824b72868978bc49fe4cebdffbe",
"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"
}
}