summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77537b631f1c..278f7bd33427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tidb
pkgdesc = A distributed HTAP database compatible with the MySQL protocol
- pkgver = 3.1.1
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/pingcap/tidb
arch = x86_64
@@ -10,12 +10,12 @@ pkgbase = tidb
depends = tikv
provides = tidb-server
backup = etc/tidb/tidb.toml
- source = tidb-3.1.1.tar.gz::https://github.com/pingcap/tidb/archive/v3.1.1.tar.gz
+ source = tidb-4.0.0.tar.gz::https://github.com/pingcap/tidb/archive/v4.0.0.tar.gz
source = tidb.service
source = tidb-sysusers.conf
source = tidb-tmpfiles.conf
source = tidb.toml
- sha256sums = 2267964226c8dc8ba73c0b23f37d4355457f8c7c5e05303ba181e45fd01ec48f
+ sha256sums = 750f00f8fee52c628e9e8f808d8b49b411f84fb0f7b95949ab4eaa51f8768732
sha256sums = 22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9
sha256sums = 2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20
sha256sums = 30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66
diff --git a/PKGBUILD b/PKGBUILD
index 6c4e1d63da09..65e422fe4a7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Xuanwo <xuanwo@archlinuxcn.org>
# Maintainer: Allen Zhong <zhongbenli@pingcap.com>
pkgname=tidb
-pkgver=3.1.1
+pkgver=4.0.0
pkgrel=1
pkgdesc='A distributed HTAP database compatible with the MySQL protocol'
makedepends=('go' 'make')
@@ -16,7 +16,7 @@ source=(tidb-${pkgver}.tar.gz::https://github.com/pingcap/tidb/archive/v${pkgver
tidb-sysusers.conf
tidb-tmpfiles.conf
tidb.toml)
-sha256sums=('2267964226c8dc8ba73c0b23f37d4355457f8c7c5e05303ba181e45fd01ec48f'
+sha256sums=('750f00f8fee52c628e9e8f808d8b49b411f84fb0f7b95949ab4eaa51f8768732'
'22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9'
'2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20'
'30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66'