diff --git a/.SRCINFO b/.SRCINFO index 4cd4d679b6e2..56cd2c250e0d 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.2.1 + pkgver = 2.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 = LICENSE_2.2.1::https://github.com/surrealdb/surrealdb/releases/download/v2.2.1/LICENSE - source = https://github.com/surrealdb/surrealdb/releases/download/v2.2.1/surreal-v2.2.1.linux-amd64.tgz + source = LICENSE_2.2.2::https://github.com/surrealdb/surrealdb/releases/download/v2.2.2/LICENSE + source = https://github.com/surrealdb/surrealdb/releases/download/v2.2.2/surreal-v2.2.2.linux-amd64.tgz sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef - sha256sums = 5128eccbda56304e3affcfc4916292d2f86c949c44c5f98c07350cddb0cf135d + sha256sums = bf0e3a436296e7a462b77e53ea8dd4742b030c2a65b5dad980f980202ff16d36 pkgname = surrealdb-bin diff --git a/PKGBUILD b/PKGBUILD index 222dac7b1038..16165a0e1225 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Dominik Schwaiger _pkgname=surrealdb pkgname=${_pkgname}-bin -pkgver=2.2.1 +pkgver=2.2.2 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' '5128eccbda56304e3affcfc4916292d2f86c949c44c5f98c07350cddb0cf135d') +sha256sums=('dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef' 'bf0e3a436296e7a462b77e53ea8dd4742b030c2a65b5dad980f980202ff16d36') package() { install -Dm644 "${srcdir}/${_LICENSE}" "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"