atac: Add version 0.18.1 (#6492)

This commit is contained in:
Marcin Kłopotek 2025-02-13 17:28:05 +01:00 committed by GitHub
parent af79bb9bf3
commit 5c85609229
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

30
bucket/atac.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "0.18.1",
"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.18.1/atac-v0.18.1-x86_64-pc-windows-msvc.zip",
"hash": "f30c12a568d197ce58af1608b82b59cbb6cf2ed038848315f0a82036239c9b96"
},
"arm64": {
"url": "https://github.com/Julien-cpsn/ATAC/releases/download/v0.18.1/atac-v0.18.1-aarch64-pc-windows-msvc.zip",
"hash": "a73580ca3113f3245e2f2423d0d908a189466cb8eccfa130b3d36680dad989e9"
}
},
"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"
}
}
}
}