summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e2184a28a9b..9d8ceb1a8460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fantix King <fantix.king@gmail.com>
pkgname=edgedb-cli-bin
-pkgver=4.1.0
+pkgver=5.0.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='03ae624'
+_ver_hash='c9dfeec'
source=("https://packages.edgedb.com/archive/${arch}-unknown-linux-musl/edgedb-cli-${pkgver}+${_ver_hash}.zst")
-sha256sums=('b005daf5832e51514153f27a224d438e22812d498a18884ff5edc712f048b81c')
+sha256sums=('7848fdb0d3e3961063e9783e74bb7b51d03e9cd0c7a78d5385952b236ba93b89')
package() {
install -D ${srcdir}/edgedb-cli-${pkgver}+${_ver_hash} "${pkgdir}/usr/bin/edgedb"