Update to 2.6.0

This commit is contained in:
tblFlip 2026-01-27 19:58:03 +01:00
parent eda92b673d
commit 6633f85367
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = surrealdb
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
pkgver = 2.5.0
pkgver = 2.6.0
pkgrel = 1
url = https://github.com/surrealdb/surrealdb
arch = x86_64
@ -19,11 +19,11 @@ pkgbase = surrealdb
depends = glibc
provides = surrealdb
conflicts = surrealdb-bin
source = https://github.com/surrealdb/surrealdb/releases/download/v2.5.0/LICENSE
source = surrealdb-2.5.0.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.5.0.tar.gz
source = https://github.com/surrealdb/surrealdb/releases/download/v2.6.0/LICENSE
source = surrealdb-2.6.0.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.6.0.tar.gz
source = fix_rust_being_rust.sh
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
sha256sums = f61b436501e2ff138c00d1aaf808209287bfbad7387c194bd11e8fb851709642
sha256sums = d33c485c23324d576c4bfa38ffbae2691f81e1379286896977741475ee5df889
sha256sums = c35407a2d41e0f6bc3b635c898a99d0fd56490218bd3d9e126d20ce341a79846
pkgname = surrealdb

View file

@ -2,7 +2,7 @@
# Contributor: Dominik Schwaiger <mail@dominik-schwaiger.ch>
pkgname=surrealdb
pkgver=2.5.0
pkgver=2.6.0
pkgrel=1
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
arch=('x86_64')
@ -22,7 +22,7 @@ source=(
sha256sums=(
"dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef"
"f61b436501e2ff138c00d1aaf808209287bfbad7387c194bd11e8fb851709642"
"d33c485c23324d576c4bfa38ffbae2691f81e1379286896977741475ee5df889"
"c35407a2d41e0f6bc3b635c898a99d0fd56490218bd3d9e126d20ce341a79846"
)