mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
17 lines
662 B
JSON
17 lines
662 B
JSON
{
|
|
"version": "3.6.7",
|
|
"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.7/arthas-bin.zip",
|
|
"hash": "a60c0f297769071305df23f66be6109b37c18501341b2f8258c05dab4b76cd3d",
|
|
"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"
|
|
}
|
|
}
|