mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
22 lines
705 B
JSON
22 lines
705 B
JSON
{
|
|
"version": "2.0.0",
|
|
"description": "Python frame stack sampler for CPython",
|
|
"homepage": "https://github.com/P403n1x87/austin",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/P403n1x87/austin/releases/download/v2.0.0/austin-2.0.0-win-x86_64.zip",
|
|
"hash": "9208c9a9b50799bb076e66ad76f1374146a525c8743321437fcdc81af8fca650"
|
|
}
|
|
},
|
|
"bin": "austin.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/P403n1x87/austin/releases/download/v$version/austin-$version-win-x86_64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|