mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 15:31:19 +00:00
* ddosify: Add arm64 architecture * duf: Add arm64 architecture * fx: Add arm64 architecture * hopp-cli: Add arm64 architecture * octosql: Add arm64 architecture * gron: Enable autoupdate * gron: Add arm64 architecture
41 lines
1.6 KiB
JSON
41 lines
1.6 KiB
JSON
{
|
|
"version": "0.9.0",
|
|
"description": "Load testing and DDOS attack simulation tool",
|
|
"homepage": "https://ddosify.com",
|
|
"license": "AGPL-3.0-only",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.9.0/ddosify_0.9.0_windows_amd64.zip",
|
|
"hash": "596c421b077857d69cf59eea75874c769a3302626dcbaaa954c84a7c266ca522"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.9.0/ddosify_0.9.0_windows_386.zip",
|
|
"hash": "04eb03d486354a257ba8b583070efd60fc838cf8209869cc6a5a87bb43223fdb"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v0.9.0/ddosify_0.9.0_windows_arm64.zip",
|
|
"hash": "6c51b876196b7194740a95ffcc493bd0d01013d0bdbdc85181e2af72ddd3fec8"
|
|
}
|
|
},
|
|
"bin": "ddosify.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ddosify/ddosify"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_amd64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_386.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/ddosify/ddosify/releases/download/v$version/ddosify_$version_windows_arm64.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/checksums.txt"
|
|
}
|
|
}
|
|
}
|