mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v2.1.3
This commit is contained in:
parent
08edf5d9a2
commit
b33f40d492
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = surrealdb
|
||||
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
|
||||
pkgver = 2.1.2
|
||||
pkgver = 2.1.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/surrealdb/surrealdb
|
||||
arch = x86_64
|
||||
|
|
@ -19,9 +19,9 @@ pkgbase = surrealdb
|
|||
depends = glibc
|
||||
provides = surrealdb
|
||||
conflicts = surrealdb-bin
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v2.1.2/LICENSE
|
||||
source = surrealdb-2.1.2.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.1.2.tar.gz
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v2.1.3/LICENSE
|
||||
source = surrealdb-2.1.3.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v2.1.3.tar.gz
|
||||
sha256sums = dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef
|
||||
sha256sums = e096b18639923cb2714816f34c755e2d4a544c1197ea387b94025fb2940d8f44
|
||||
sha256sums = 7046f8c46b500988d729fff212d0e009244675fd6e766096cf311382489ac42b
|
||||
|
||||
pkgname = surrealdb
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Dominik Schwaiger <mail@dominik-schwaiger.ch>
|
||||
|
||||
pkgname=surrealdb
|
||||
pkgver=2.1.2
|
||||
pkgver=2.1.3
|
||||
pkgrel=1
|
||||
pkgdesc="A scalable, distributed, collaborative, document-graph database, for the realtime web"
|
||||
arch=('x86_64')
|
||||
|
|
@ -21,7 +21,7 @@ source=(
|
|||
|
||||
sha256sums=(
|
||||
"dd98c688e54be8b85ad79e603f5112449b9789dfc031db94eb5c7dc843702aef"
|
||||
"e096b18639923cb2714816f34c755e2d4a544c1197ea387b94025fb2940d8f44"
|
||||
"7046f8c46b500988d729fff212d0e009244675fd6e766096cf311382489ac42b"
|
||||
)
|
||||
|
||||
prepare() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue