summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2021-12-01 15:51:22 +0800
committerAllen Zhong2021-12-01 15:51:22 +0800
commitd21b9696713ea8f4963dd50453fbb0a7dd9118ae (patch)
treed1e4238fe06100464f66c1f55e9f2a8a3f731ea3
parent3d94ec6042c0075447807bbbe313f175af99f3c2 (diff)
downloadaur-d21b9696713ea8f4963dd50453fbb0a7dd9118ae.tar.gz
bump v5.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef8f3bf5cc52..561eb3354c8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tidb
pkgdesc = A distributed HTAP database compatible with the MySQL protocol
- pkgver = 5.2.1
+ pkgver = 5.3.0
pkgrel = 1
url = https://github.com/pingcap/tidb
install = tidb.install
@@ -11,12 +11,12 @@ pkgbase = tidb
depends = tikv
provides = tidb-server
backup = etc/tidb/tidb.toml
- source = tidb-5.2.1.tar.gz::https://github.com/pingcap/tidb/archive/v5.2.1.tar.gz
+ source = tidb-5.3.0.tar.gz::https://github.com/pingcap/tidb/archive/v5.3.0.tar.gz
source = tidb.service
source = tidb-sysusers.conf
source = tidb-tmpfiles.conf
source = tidb.toml
- sha256sums = 6fd533528ec04ec72fd660c9045209274c89eb1ea38debe675ac4bf14232f558
+ sha256sums = 1cea8ac9dd8093ce47785a99e2a9fb7af47690fef345c994bc8741274a4f3abb
sha256sums = 22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9
sha256sums = 2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20
sha256sums = 30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66
diff --git a/PKGBUILD b/PKGBUILD
index 8b5152f52ded..f5f7862bf3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Xuanwo <xuanwo@archlinuxcn.org>
# Maintainer: Allen Zhong <zhongbenli@pingcap.com>
pkgname=tidb
-pkgver=5.2.1
+pkgver=5.3.0
pkgrel=1
pkgdesc='A distributed HTAP database compatible with the MySQL protocol'
makedepends=('go' 'make')
@@ -17,7 +17,7 @@ source=(tidb-${pkgver}.tar.gz::https://github.com/pingcap/tidb/archive/v${pkgver
tidb-sysusers.conf
tidb-tmpfiles.conf
tidb.toml)
-sha256sums=('6fd533528ec04ec72fd660c9045209274c89eb1ea38debe675ac4bf14232f558'
+sha256sums=('1cea8ac9dd8093ce47785a99e2a9fb7af47690fef345c994bc8741274a4f3abb'
'22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9'
'2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20'
'30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66'