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 5dcfc3c9692d..cca14b8c639d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tidb
pkgdesc = A distributed HTAP database compatible with the MySQL protocol
- pkgver = 7.6.0
+ pkgver = 8.0.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-7.6.0.tar.gz::https://github.com/pingcap/tidb/archive/v7.6.0.tar.gz
+ source = tidb-8.0.0.tar.gz::https://github.com/pingcap/tidb/archive/v8.0.0.tar.gz
source = tidb.service
source = tidb-sysusers.conf
source = tidb-tmpfiles.conf
source = tidb.toml
- sha256sums = f7c9c022b8fc5c038693bfde67d1f360f3295161789abae5768534aea1fa42a5
+ sha256sums = 036817fe6eea362fc853fdc597d08786414e7c7e728e82a877e52d0a293ac6cb
sha256sums = 22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9
sha256sums = 2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20
sha256sums = 30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66
diff --git a/PKGBUILD b/PKGBUILD
index bbfe5f2b9c46..b5eaa83ebf76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Xuanwo <xuanwo@archlinuxcn.org>
# Maintainer: Allen Zhong <pdev@zhoal.pw>
pkgname=tidb
-pkgver=7.6.0
+pkgver=8.0.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=('f7c9c022b8fc5c038693bfde67d1f360f3295161789abae5768534aea1fa42a5'
+sha256sums=('036817fe6eea362fc853fdc597d08786414e7c7e728e82a877e52d0a293ac6cb'
'22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9'
'2b147d80985e714d5f861baf76591104c07058b9b6fa573bf0676d675cf8fc20'
'30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66'