From 36510ad7772f133a0fa6cb8f0e97470e77baf3c3 Mon Sep 17 00:00:00 2001 From: Riccardo Berto Date: Sun, 12 Dec 2021 10:22:03 +0100 Subject: [PATCH] 21.2.2 --- .SRCINFO | 17 ++++++++--------- LICENSE | 10 ++++++++++ PKGBUILD | 4 ++-- 3 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 LICENSE diff --git a/.SRCINFO b/.SRCINFO index a0d195e..b017e2c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 - diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1841d72 --- /dev/null +++ b/LICENSE @@ -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`. diff --git a/PKGBUILD b/PKGBUILD index cf5ae9d..3a0a062 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Marcel O'Neil 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'