mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
v1.0.0_beta.11
This commit is contained in:
parent
4c0b784095
commit
c143da2a9c
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 = 1.0.0_beta.10
|
||||
pkgver = 1.0.0_beta.11
|
||||
pkgrel = 1
|
||||
url = https://github.com/surrealdb/surrealdb
|
||||
arch = x86_64
|
||||
|
|
@ -12,9 +12,9 @@ pkgbase = surrealdb
|
|||
depends = curl
|
||||
depends = clang
|
||||
conflicts = surrealdb-bin
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v1.0.0-beta.10/LICENSE
|
||||
source = surrealdb-1.0.0_beta.10.tar.gz::https://github.com/surrealdb/surrealdb/archive/refs/tags/v1.0.0-beta.10.tar.gz
|
||||
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 = d56c7de20fb863dc0c884b7d78ad930fef1c04b6398c1e7df4ff8dc6758420c7
|
||||
sha256sums = 9758e872e468ed52e3ca3fbfebe00cf688855c9f58e8ca378cd1834bcb395747
|
||||
|
||||
pkgname = surrealdb
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
|
||||
pkgname=surrealdb
|
||||
pkgver=1.0.0_beta.10
|
||||
pkgver=1.0.0_beta.11
|
||||
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/${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' 'd56c7de20fb863dc0c884b7d78ad930fef1c04b6398c1e7df4ff8dc6758420c7')
|
||||
sha256sums=('3012620080caa47eb9d8fd490044274b9b71eda7fc48c9084914a5470800a868' '9758e872e468ed52e3ca3fbfebe00cf688855c9f58e8ca378cd1834bcb395747')
|
||||
validpgpkeys=()
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue