update LICENSE checksum

This commit is contained in:
Dominik Schwaiger 2023-09-07 16:19:22 +02:00
parent c143da2a9c
commit 0e893b591c
No known key found for this signature in database
GPG key ID: F7E7E19BC69F7DF5
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
pkgbase = surrealdb
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
pkgver = 1.0.0_beta.11
pkgrel = 1
pkgrel = 2
url = https://github.com/surrealdb/surrealdb
arch = x86_64
license = custom:BSL
@ -14,7 +14,7 @@ pkgbase = surrealdb
conflicts = surrealdb-bin
source = https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.11/LICENSE
source = surrealdb-1.0.0_beta.11.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v1.0.0-beta.11.tar.gz
sha256sums = 3012620080caa47eb9d8fd490044274b9b71eda7fc48c9084914a5470800a868
sha256sums = a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d
sha256sums = 9758e872e468ed52e3ca3fbfebe00cf688855c9f58e8ca378cd1834bcb395747
pkgname = surrealdb

View file

@ -1,7 +1,7 @@
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
pkgname=surrealdb
pkgver=1.0.0_beta.11
pkgrel=1
pkgrel=2
epoch=
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
arch=('x86_64')
@ -21,7 +21,7 @@ install=
changelog=
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver//_/-}/LICENSE" "${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/refs/tags/v${pkgver//_/-}.tar.gz")
noextract=()
sha256sums=('3012620080caa47eb9d8fd490044274b9b71eda7fc48c9084914a5470800a868' '9758e872e468ed52e3ca3fbfebe00cf688855c9f58e8ca378cd1834bcb395747')
sha256sums=('a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d' '9758e872e468ed52e3ca3fbfebe00cf688855c9f58e8ca378cd1834bcb395747')
validpgpkeys=()
build() {