mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
v1.5.1
This commit is contained in:
parent
aadb3680d6
commit
62a64cfd7f
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = surrealdb-bin
|
||||
pkgdesc = A scalable, distributed, collaborative, document-graph database, for the realtime web
|
||||
pkgver = 1.5.0
|
||||
pkgver = 1.5.1
|
||||
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 = https://github.com/surrealdb/surrealdb/releases/download/v1.5.0/LICENSE
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v1.5.0/surreal-v1.5.0.linux-amd64.tgz
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v1.5.1/LICENSE
|
||||
source = https://github.com/surrealdb/surrealdb/releases/download/v1.5.1/surreal-v1.5.1.linux-amd64.tgz
|
||||
sha256sums = a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d
|
||||
sha256sums = 6cc8bda8bd96f4f8783a5643fece3a92bf20219b7772038ad3e9230ad9fa3b51
|
||||
sha256sums = 11b4bc1c23ac750d81e1968e7ea8e989bb0c099e0947713b68e796dbf2c43e03
|
||||
|
||||
pkgname = surrealdb-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Dominik Schwaiger <mail@dominik-schwaiger.ch>
|
||||
pkgname=surrealdb-bin
|
||||
pkgver=1.5.0
|
||||
pkgver=1.5.1
|
||||
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/surrealdb/surrealdb/releases/download/v${pkgver//_/-}/LICENSE" "https://github.com/surrealdb/surrealdb/releases/download/v${pkgver//_/-}/surreal-v${pkgver//_/-}.linux-amd64.tgz")
|
||||
noextract=()
|
||||
sha256sums=('a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d' '6cc8bda8bd96f4f8783a5643fece3a92bf20219b7772038ad3e9230ad9fa3b51')
|
||||
sha256sums=('a007c53f27d30bda8cc56feec356eba13b646a8fb59a97d151e3aab820429d2d' '11b4bc1c23ac750d81e1968e7ea8e989bb0c099e0947713b68e796dbf2c43e03')
|
||||
validpgpkeys=()
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue