Package Details: edgedb-cli-bin 6.1.0-1

Git Clone URL: https://aur.archlinux.org/edgedb-cli-bin.git (read-only, click to copy)
Package Base: edgedb-cli-bin
Description: The edgedb command-line interface (CLI) provides an idiomatic way to install EdgeDB, spin up local instances, open a REPL, execute queries, manage auth roles, introspect schema, create migrations, and more.
Upstream URL: https://github.com/edgedb/edgedb-cli
Licenses: Apache
Submitter: fantix
Maintainer: fantix
Last Packager: fantix
Votes: 1
Popularity: 0.000012
First Submitted: 2023-03-03 17:50 (UTC)
Last Updated: 2025-01-02 00:50 (UTC)

Latest Comments

galvez_65 commented on 2025-01-01 22:15 (UTC) (edited on 2025-01-01 22:15 (UTC) by galvez_65)

Here is a patch to upgrade from 5.2.3 to 6.1.0

--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Fantix King <fantix.king@gmail.com>
 pkgname=edgedb-cli-bin
-pkgver=5.2.3
+pkgver=6.1.0
 pkgrel=1
 pkgdesc="The edgedb command-line interface (CLI) provides an idiomatic way to install EdgeDB, spin up local instances, open a REPL, execute queries, manage auth roles, introspect schema, create migrations, and more."
 arch=('x86_64')
 url="https://github.com/edgedb/edgedb-cli"
 license=('Apache')
-_ver_hash='4559649'
+_ver_hash='f12dad3'
 source=("https://packages.edgedb.com/archive/${arch}-unknown-linux-musl/edgedb-cli-${pkgver}+${_ver_hash}.zst")
-sha256sums=('03b4b7acb75eb806f24c808215266bf0bf6706169d91f7f5f25988095d84064d')
+sha256sums=('f8e8e2260c0d2d7c38e9a3ca7083078acbd2782b02c8f628c503aaffce154092')

 package() {
    install -D ${srcdir}/edgedb-cli-${pkgver}+${_ver_hash} "${pkgdir}/usr/bin/edgedb"

fantix commented on 2024-07-28 12:23 (UTC)

Thanks! It's now updated.