From a6a86cab8bd8cd5d94e28d69b1d6e5e95e1666ad Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 3 Aug 2022 20:02:45 +0200 Subject: [PATCH] edgedb: Add edgedb version 2.0.2+61917d6 (#3802) * edgedb: Add edgedb version 2.0.2+61917d6 * edgedb: move hash into architecture --- bucket/edgedb.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/edgedb.json diff --git a/bucket/edgedb.json b/bucket/edgedb.json new file mode 100644 index 0000000000..b019b9b5fd --- /dev/null +++ b/bucket/edgedb.json @@ -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" + } + } + } + } +}