summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2021-07-21 16:39:07 +0800
committerAllen Zhong2021-07-21 16:39:07 +0800
commit6ec5029a66245f963e0cd88e35403519a2b7f40e (patch)
tree34d0eecf302ea281658c67ed5330b4af6cd0b36d
parentd91bba9454d4ade0d6213eb15b6ea4dd8d929469 (diff)
downloadaur-6ec5029a66245f963e0cd88e35403519a2b7f40e.tar.gz
bump v5.1.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39343a7a24be..461879ebcf16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tidb-bin
pkgdesc = A distributed NewSQL database compatible with MySQL protocol
- pkgver = 5.0.1
+ pkgver = 5.1.0
pkgrel = 1
url = https://github.com/pingcap/tidb
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = tidb-bin
backup = etc/tidb/tidb.toml
backup = etc/tikv/tikv.toml
backup = etc/pd/pd.toml
- source = https://download.pingcap.org/tidb-v5.0.1-linux-amd64.tar.gz
+ source = https://download.pingcap.org/tidb-v5.1.0-linux-amd64.tar.gz
source = pd.service
source = tidb.service
source = tikv.service
@@ -28,7 +28,7 @@ pkgbase = tidb-bin
source = pd.toml
source = tidb.toml
source = tikv.toml
- sha256sums = e7b6568c1ed153863383481fcfe3012ce261b224ff8e772fb04f2af992fbba32
+ sha256sums = 45265fd10c8dedb5a76935c8590a7ea1168e2ac91aa3d1f745314e5e2567fa22
sha256sums = b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924
sha256sums = 22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9
sha256sums = 870b8eaf83bc0d22b05b0f3a7890660e483cf77bb1d84bc50ad04fb23068cd8c
@@ -44,10 +44,9 @@ pkgbase = tidb-bin
pkgname = tidb-bin
install = tidb.install
- provides = tidb-server=5.0.1
- provides = tikv-server=5.0.1
- provides = pd-server=5.0.1
+ provides = tidb-server=5.1.0
+ provides = tikv-server=5.1.0
+ provides = pd-server=5.1.0
pkgname = tidb-bin-utils
optdepends = go-tools: provides goyacc
-
diff --git a/PKGBUILD b/PKGBUILD
index 353683fcf82e..03dd05c52eec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Jian Zeng <anonymousknight96@gmail.com>
# Contributor: Xuanwo <xuanwo@archlinuxcn.org>
pkgbase=tidb-bin
-_basever=5.0.1
+_basever=5.1.0
#_relver=-prega
#pkgver=$_basever.$_relver
pkgver=$_basever
@@ -33,7 +33,7 @@ source=("https://download.pingcap.org/tidb-v$_basever$_relver-linux-amd64.tar.gz
pd.toml
tidb.toml
tikv.toml)
-sha256sums=('e7b6568c1ed153863383481fcfe3012ce261b224ff8e772fb04f2af992fbba32'
+sha256sums=('45265fd10c8dedb5a76935c8590a7ea1168e2ac91aa3d1f745314e5e2567fa22'
'b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924'
'22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9'
'870b8eaf83bc0d22b05b0f3a7890660e483cf77bb1d84bc50ad04fb23068cd8c'