mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.20.2",
|
|
"description": "Arguably a Terminal API Client based on well-known clients such as Postman, Insomnia, or even Bruno.",
|
|
"homepage": "https://atac.julien-cpsn.com/",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Julien-cpsn/ATAC/releases/download/v0.20.2/atac-v0.20.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "62e6519c9cbbbafdf6160a64127bce2f609218a1816abd0f2a8bfa40293a7363"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Julien-cpsn/ATAC/releases/download/v0.20.2/atac-v0.20.2-aarch64-pc-windows-msvc.zip",
|
|
"hash": "a305e64a8e78033021be1687205814164ac399328fc12bd96baf80e19e3a5ccb"
|
|
}
|
|
},
|
|
"bin": "atac.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/Julien-cpsn/ATAC"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Julien-cpsn/ATAC/releases/download/v$version/atac-v$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Julien-cpsn/ATAC/releases/download/v$version/atac-v$version-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|