Update to 2.6.0

This commit is contained in:
tblFlip 2026-01-27 19:58:16 +01:00
parent d7a3140c7e
commit 987ffe7420
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
pkgbase = surrealdb-bin
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
@ -9,11 +9,11 @@ pkgbase = surrealdb-bin
depends = gcc-libs
provides = surrealdb
conflicts = surrealdb
source = https://github.com/surrealdb/surrealdb/releases/download/v2.5.0/LICENSE
source = https://github.com/surrealdb/surrealdb/releases/download/v2.6.0/LICENSE
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
source_x86_64 = https://github.com/surrealdb/surrealdb/releases/download/v2.5.0/surreal-v2.5.0.linux-amd64.tgz
sha256sums_x86_64 = 3d5a3a1fbfea5672561ac9108e1d317ec6a65f86d72d823e2ead1759b8b2ce9b
source_aarch64 = https://github.com/surrealdb/surrealdb/releases/download/v2.5.0/surreal-v2.5.0.linux-arm64.tgz
sha256sums_aarch64 = e3159ea8938adaf7a8c3d687284a8e9c335ebadce8d2f7c5591da68b90365bdb
source_x86_64 = https://github.com/surrealdb/surrealdb/releases/download/v2.6.0/surreal-v2.6.0.linux-amd64.tgz
sha256sums_x86_64 = 99e1d0765e977e37d5e9940a3e553f6910fab7f830b4dbc42052fd45597ae265
source_aarch64 = https://github.com/surrealdb/surrealdb/releases/download/v2.6.0/surreal-v2.6.0.linux-arm64.tgz
sha256sums_aarch64 = c31d16b1dca5a6aaf6d780071b5c42f80a24f1c1689ba6c8bb559d4d39175276
pkgname = surrealdb-bin

View file

@ -3,7 +3,7 @@
# Maintainer: tblFlip <root@tblflip.de>
_pkgname=surrealdb
pkgname="${_pkgname}-bin"
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' 'aarch64')
@ -16,8 +16,8 @@ source=("$url/releases/download/v${pkgver//_/-}/LICENSE")
source_x86_64=("$url/releases/download/v${pkgver//_/-}/surreal-v${pkgver//_/-}.linux-amd64.tgz")
source_aarch64=("$url/releases/download/v${pkgver//_/-}/surreal-v${pkgver//_/-}.linux-arm64.tgz")
sha256sums=('dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef')
sha256sums_x86_64=('3d5a3a1fbfea5672561ac9108e1d317ec6a65f86d72d823e2ead1759b8b2ce9b')
sha256sums_aarch64=('e3159ea8938adaf7a8c3d687284a8e9c335ebadce8d2f7c5591da68b90365bdb')
sha256sums_x86_64=('99e1d0765e977e37d5e9940a3e553f6910fab7f830b4dbc42052fd45597ae265')
sha256sums_aarch64=('c31d16b1dca5a6aaf6d780071b5c42f80a24f1c1689ba6c8bb559d4d39175276')
package() {
install -Dm644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"