mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 03:41:18 +00:00
25 lines
780 B
JSON
25 lines
780 B
JSON
{
|
|
"version": "1.1.3-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.3-beta/deta-x86_64-windows.zip",
|
|
"hash": "f80033f9bdf8b2f76829b79650d5ad71e69c0fb2651de4cc99a09d4395de10de"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|