summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFantix King2024-04-23 14:27:44 -0400
committerFantix King2024-04-23 14:27:44 -0400
commite067596424416a6425042d6818cf4812c795ce4f (patch)
tree33aaa616e46c703e44703fed215739a685ff39d6 /PKGBUILD
parent3c7fdc09b233d5bdfb10b71694c428e25d8eedf2 (diff)
downloadaur-edgedb-cli-bin.tar.gz
5.0.0
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"