This commit is contained in:
Riccardo Berto 2021-12-12 10:22:03 +01:00
parent 9d79a93b32
commit 36510ad777
No known key found for this signature in database
GPG key ID: D533F3156EA5B343
3 changed files with 20 additions and 11 deletions

View file

@ -1,6 +1,6 @@
pkgbase = cockroachdb-bin
pkgdesc = An open source, survivable, strongly consistent, scale-out SQL database
pkgver = 20.2.7
pkgver = 21.2.2
pkgrel = 1
url = https://www.cockroachlabs.com
arch = x86_64
@ -10,18 +10,17 @@ pkgbase = cockroachdb-bin
depends = glibc
provides = cockroachdb
conflicts = cockroachdb
source = cockroachdb-bin-20.2.7.tgz::https://binaries.cockroachdb.com/cockroach-v20.2.7.linux-amd64.tgz
source = LICENSE::https://raw.githubusercontent.com/cockroachdb/cockroach/v20.2.7/LICENSE
source = cockroachdb-bin-21.2.2.tgz::https://binaries.cockroachdb.com/cockroach-v21.2.2.linux-amd64.tgz
source = LICENSE::https://raw.githubusercontent.com/cockroachdb/cockroach/v21.2.2/LICENSE
source = cockroach.service
source = cockroach.default
source = cockroach.sysusers
source = cockroach.tmpfiles
sha256sums = 5fe1da315bf6cf433e4c12cd4f77bd75bec576dfe947ae5c06ea3b6bab2993ec
sha256sums = 6c2935b52856b29e4f7d31b652a70acc11fd2574c0a97a3ae9b1f03c828eb6c1
sha256sums = 8a2fba9d26592ff3538f44c96d1b894ef44649058b4d04f3fda49518a9c4ae11
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 6c336d30983d6295995823a134e3cc85a06ef9418339b53cf6f375df816bea51
sha256sums = 55f380f5cb201c6afeafbf1a6fb5a6400dbffa0edc134d30960d1d04e3d19ef2
sha256sums = 8be2f52529135d8d173bba130e000a187bbadc869ac2c603a4714af435840821
sha256sums = c74cf876197312b91970bdd7832081750d2ab4d47e553bb46f38d57cba52641e
pkgname = cockroachdb-bin

10
LICENSE Normal file
View file

@ -0,0 +1,10 @@
Source code in this repository is variously licensed under the Business Source
License 1.1 (BSL), the CockroachDB Community License (CCL), the MIT license, and
BSD-style licenses. A copy of each license can be found in the licenses
directory. Source code in a given file is licensed under the BSL and the
copyright belongs to The Cockroach Authors unless otherwise noted at the
beginning of the file.
Running `make` will produce a binary that includes CCL-licensed code and is thus
subject to the terms of the CCL. To produce a binary that is free of CCL-
licensed code, run `make buildoss`.

View file

@ -4,7 +4,7 @@
# Contributor: Marcel O'Neil <marcel@marceloneil.com>
pkgname=cockroachdb-bin
pkgver=20.2.7
pkgver=21.2.2
pkgrel=1
pkgdesc='An open source, survivable, strongly consistent, scale-out SQL database'
arch=('x86_64')
@ -19,7 +19,7 @@ source=("${pkgname}-${pkgver}.tgz::https://binaries.cockroachdb.com/cockroach-v$
'cockroach.default'
'cockroach.sysusers'
'cockroach.tmpfiles')
sha256sums=('498f99c751daaa2665dffbe98265605ab257bdb80581256b9a517ecc4c5f7c82'
sha256sums=('6c2935b52856b29e4f7d31b652a70acc11fd2574c0a97a3ae9b1f03c828eb6c1'
'8a2fba9d26592ff3538f44c96d1b894ef44649058b4d04f3fda49518a9c4ae11'
'6c336d30983d6295995823a134e3cc85a06ef9418339b53cf6f375df816bea51'
'55f380f5cb201c6afeafbf1a6fb5a6400dbffa0edc134d30960d1d04e3d19ef2'