mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
25 lines
780 B
JSON
25 lines
780 B
JSON
{
|
|
"version": "1.3.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.3.3-beta/deta-x86_64-windows.zip",
|
|
"hash": "9959b0a59b79677092e06e4966fc0be03806271365607dfc823ce23d9037ebac"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|