mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
deta: add version 1.1.2-beta (#1650)
This commit is contained in:
parent
9d9344bb90
commit
8b65503f87
24
bucket/deta.json
Normal file
24
bucket/deta.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"version": "1.1.2-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.2-beta/deta-x86_64-windows.zip",
|
||||
"hash": "c3b9e6b1ea4bb7d15442fa5bf1c80373b4df1ad3d8bb53fa343da7eb54018798"
|
||||
}
|
||||
},
|
||||
"bin": "deta.exe",
|
||||
"checkver": {
|
||||
"url": "https://github.com/deta/deta-cli",
|
||||
"re": "tag/v([\\d.]+.*?)\""
|
||||
},
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/deta/deta-cli/releases/download/v$version/deta-x86_64-windows.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user