deta: Remove autoupdate and add note

"This repository has been archived by the owner on Jun 6, 2023."

See https://deta.space/migration/introduction
This commit is contained in:
tech189 2023-06-08 00:12:24 +01:00
parent 61e534c80b
commit c1883c0d7e

View File

@ -2,23 +2,13 @@
"version": "1.3.3-beta",
"description": "Command line interface for managing Deta micros and deployments",
"homepage": "https://deta.sh/",
"license": "Unknown",
"license": "MIT",
"notes": "The Deta CLI for Deta Cloud has been deprecated. See https://deta.space/migration/introduction for more information.",
"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"
}
}
}
"bin": "deta.exe"
}