mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
25 lines
780 B
JSON
25 lines
780 B
JSON
{
|
|
"version": "1.2.0-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.2.0-beta/deta-x86_64-windows.zip",
|
|
"hash": "4e915b63f5b13729b65d752d79c491ecb2e26113357f3f91d60aff982eb4025a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|