mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "0.19.0",
|
|
"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.19.0/atac-v0.19.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "ff55943202321c45c434d52159a308e3ed2178e1b88e17e975deb698d1e5c221"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/Julien-cpsn/ATAC/releases/download/v0.19.0/atac-v0.19.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "e1d0d345afcf422408ef2826e976212d639a465ec17413c677b573c6f81d4fce"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|