mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
17 lines
662 B
JSON
17 lines
662 B
JSON
{
|
|
"version": "4.0.2",
|
|
"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.0.2/arthas-bin.zip",
|
|
"hash": "e0b4b42c56219680a1f49bb765fde6b0ef6b524e3eabb94387f0af959cc2d8f8",
|
|
"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"
|
|
}
|
|
}
|