mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 14:31:35 +00:00
25 lines
780 B
JSON
25 lines
780 B
JSON
{
|
|
"version": "1.1.4-beta",
|
|
"description": "Command line interface for managing Deta micros and deployments",
|
|
"homepage": "https://deta.sh/",
|
|
"license": "Unknown",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/deta/deta-cli/releases/download/v1.1.4-beta/deta-x86_64-windows.zip",
|
|
"hash": "fa86d4a60b53b04ca69cc6ceb2ca83da95946a284c03238505933bad5318076a"
|
|
}
|
|
},
|
|
"bin": "deta.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/deta/deta-cli",
|
|
"regex": "tag/v([\\w.-]+)\""
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/deta/deta-cli/releases/download/v$version/deta-x86_64-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|