Update to 2.4.1

This commit is contained in:
tblFlip 2026-01-15 15:13:30 +01:00
parent 097987ec75
commit fa8d3407a9
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.4.0
pkgver = 2.4.1
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.4.0/LICENSE
source = surrealdb-2.4.0.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.4.0.tar.gz
source = https://github.com/surrealdb/surrealdb/releases/download/v2.4.1/LICENSE
source = surrealdb-2.4.1.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.4.1.tar.gz
source = fix_rust_being_rust.sh
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
sha256sums = 88d2bf5dff7e9f58cde30c868eeb8de14f4ff5244a58d2aac5a13dbdf971614a
sha256sums = fde0f7118a239776074afd64752cd3c2fd817be32f76f3b03a73919e511f049b
sha256sums = c35407a2d41e0f6bc3b635c898a99d0fd56490218bd3d9e126d20ce341a79846
pkgname = surrealdb

View file

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