Update to v2.3.10

This commit is contained in:
tblFlip 2025-09-20 16:47:13 +02:00
parent 4e811f12f6
commit 2c34a0e1d9
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.3.7
pkgver = 2.3.10
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.3.7/LICENSE
source = surrealdb-2.3.7.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.3.7.tar.gz
source = https://github.com/surrealdb/surrealdb/releases/download/v2.3.10/LICENSE
source = surrealdb-2.3.10.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.3.10.tar.gz
source = fix_rust_being_rust.sh
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
sha256sums = 3c7aa9865e339e8db7468c455c56fbed5ab4465bf9a86c2a3db7f85bab328e31
sha256sums = 72294908d805ba73a8abc2fc68e07c1dababa17d6d00a6a4da0f93ab208eac2e
sha256sums = c35407a2d41e0f6bc3b635c898a99d0fd56490218bd3d9e126d20ce341a79846
pkgname = surrealdb

View file

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