This commit is contained in:
Dominik Schwaiger 2024-03-07 14:13:31 +01:00
parent 2056c792f8
commit a47b22f5eb
No known key found for this signature in database
GPG key ID: F7E7E19BC69F7DF5
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = surrealdb-bin
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
pkgver = 1.2.1
pkgver = 1.2.2
pkgrel = 1
url = https://github.com/surrealdb/surrealdb
arch = x86_64
@ -8,9 +8,9 @@ pkgbase = surrealdb-bin
depends = gcc-libs
provides = surrealdb
conflicts = surrealdb
source = https://github.com/surrealdb/surrealdb/releases/download/v1.2.1/LICENSE
source = https://github.com/surrealdb/surrealdb/releases/download/v1.2.1/surreal-v1.2.1.linux-amd64.tgz
source = https://github.com/surrealdb/surrealdb/releases/download/v1.2.2/LICENSE
source = https://github.com/surrealdb/surrealdb/releases/download/v1.2.2/surreal-v1.2.2.linux-amd64.tgz
sha256sums = a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d
sha256sums = e4a5f55c03da889ec037cd4e59493de701031222a4521d8f56212185849e8ff1
sha256sums = 35be209355efcc9d0a7e8b97516547790c15a751240cab2291036878afab2707
pkgname = surrealdb-bin

View file

@ -1,6 +1,6 @@
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
pkgname=surrealdb-bin
pkgver=1.2.1
pkgver=1.2.2
pkgrel=1
epoch=
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/surrealdb/surrealdb/releases/download/v${pkgver//_/-}/LICENSE" "https://github.com/surrealdb/surrealdb/releases/download/v${pkgver//_/-}/surreal-v${pkgver//_/-}.linux-amd64.tgz")
noextract=()
sha256sums=('a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d' 'e4a5f55c03da889ec037cd4e59493de701031222a4521d8f56212185849e8ff1')
sha256sums=('a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d' '35be209355efcc9d0a7e8b97516547790c15a751240cab2291036878afab2707')
validpgpkeys=()
package() {