edgedb: Add edgedb version 2.0.2+61917d6 (#3802)

* edgedb: Add edgedb version 2.0.2+61917d6

* edgedb: move hash into architecture
This commit is contained in:
Richard Kuhnt 2022-08-03 20:02:45 +02:00 committed by GitHub
parent 6595050e64
commit a6a86cab8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/edgedb.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "2.0.2+61917d6",
"description": "A graph-relational database",
"homepage": "https://www.edgedb.com/",
"license": "Apache-2.0|MIT",
"architecture": {
"64bit": {
"url": "https://packages.edgedb.com/archive/x86_64-pc-windows-msvc/edgedb-cli-2.0.2+61917d6.exe#/edgedb.exe",
"hash": "0f8cfe8b4c8b03abb2a1dcc6b540a3ec43b1fd728b8757d5f86df1c469f308fa"
}
},
"bin": "edgedb.exe",
"checkver": {
"url": "https://packages.edgedb.com/archive/.jsonindexes/x86_64-pc-windows-msvc.json",
"jsonpath": "$..packages[-1:].version"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://packages.edgedb.com/archive/x86_64-pc-windows-msvc/edgedb-cli-$version.exe#/edgedb.exe",
"hash": {
"url": "https://packages.edgedb.com/archive/.jsonindexes/x86_64-pc-windows-msvc.json",
"jsonpath": "$..packages[-1:].installrefs[?(@.encoding=='identity')].verification.sha256"
}
}
}
}
}