diff --git a/.SRCINFO b/.SRCINFO index 81e60a36aea7..931e1003eb27 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = surrealdb-bin pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web - pkgver = 2.0.3 + pkgver = 2.0.4 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 = LICENSE_2.0.3::https://github.com/surrealdb/surrealdb/releases/download/v2.0.3/LICENSE - source = https://github.com/surrealdb/surrealdb/releases/download/v2.0.3/surreal-v2.0.3.linux-amd64.tgz + source = LICENSE_2.0.4::https://github.com/surrealdb/surrealdb/releases/download/v2.0.4/LICENSE + source = https://github.com/surrealdb/surrealdb/releases/download/v2.0.4/surreal-v2.0.4.linux-amd64.tgz sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef - sha256sums = 3ff7cd70e729b4bd14c43e25173195cc8f1b7c68ae8489e6b3643a7b21273d08 + sha256sums = e6fef4f055f16c7348d3a0381e20ea52bd989e42e013dd8a2bc6478cc3d4437c pkgname = surrealdb-bin diff --git a/PKGBUILD b/PKGBUILD index 1ec6e05f8b5a..9b12b0c1b9ca 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Dominik Schwaiger _pkgname=surrealdb pkgname=${_pkgname}-bin -pkgver=2.0.3 +pkgver=2.0.4 pkgrel=1 pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web" arch=('x86_64') @@ -12,7 +12,7 @@ provides=(${_pkgname}) conflicts=(${_pkgname}) _LICENSE=LICENSE_${pkgver} source=("${_LICENSE}::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") -sha256sums=('dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef' '3ff7cd70e729b4bd14c43e25173195cc8f1b7c68ae8489e6b3643a7b21273d08') +sha256sums=('dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef' 'e6fef4f055f16c7348d3a0381e20ea52bd989e42e013dd8a2bc6478cc3d4437c') package() { install -Dm644 "${srcdir}/${_LICENSE}" "${pkgdir}/usr/share/licenses/${_pkgname}"