Update to 2.0.1

This commit is contained in:
tblFlip 2024-09-18 02:13:13 +02:00
parent f51b16ccf7
commit 995b9ccabc
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.0.0
pkgver = 2.0.1
pkgrel = 1
url = https://github.com/surrealdb/surrealdb
arch = x86_64
@ -15,9 +15,9 @@ pkgbase = surrealdb
makedepends = patch
depends = gcc-libs
conflicts = surrealdb-bin
source = https://github.com/surrealdb/surrealdb/releases/download/v2.0.0/LICENSE
source = surrealdb-2.0.0.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.0.0.tar.gz
source = https://github.com/surrealdb/surrealdb/releases/download/v2.0.1/LICENSE
source = surrealdb-2.0.1.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.0.1.tar.gz
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
sha256sums = a201c060d89e475560a2d410c09856b8b9cb2bb6d01be1d8e17ed171cc6fff4a
sha256sums = 2e0e48b4a7e10ccdd152d9b3228abb493f1c8ded19f18a518e97e00158095ae8
pkgname = surrealdb

View file

@ -2,7 +2,7 @@
# Contributor: Dominik Schwaiger <mail@dominik-schwaiger.ch>
pkgname=surrealdb
pkgver=2.0.0
pkgver=2.0.1
pkgrel=1
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
arch=('x86_64')
@ -20,7 +20,7 @@ source=(
sha256sums=(
"dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef"
"a201c060d89e475560a2d410c09856b8b9cb2bb6d01be1d8e17ed171cc6fff4a"
"2e0e48b4a7e10ccdd152d9b3228abb493f1c8ded19f18a518e97e00158095ae8"
)
prepare() {