diff options
author | Allen Zhong | 2021-04-20 14:06:05 +0800 |
---|---|---|
committer | Allen Zhong | 2021-04-20 14:06:05 +0800 |
commit | bf2f2a4262f94ebe23639c8d6f5137246603c1ca (patch) | |
tree | 2081a89c9c27f6b25d5bf60193e04d3229a62c4c | |
parent | 94a1625817a08db545a00bbd4d665e1b1f555a4f (diff) | |
download | aur-bf2f2a4262f94ebe23639c8d6f5137246603c1ca.tar.gz |
upgpkg: tidb-bin 5.0.0-1
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = tidb-bin pkgdesc = A distributed NewSQL database compatible with MySQL protocol - pkgver = 4.0.11 + pkgver = 5.0.0 pkgrel = 1 url = https://github.com/pingcap/tidb arch = x86_64 @@ -12,7 +12,7 @@ pkgbase = tidb-bin conflicts = tikv-pd options = strip options = debug - source = https://download.pingcap.org/tidb-v4.0.11-linux-amd64.tar.gz + source = https://download.pingcap.org/tidb-v5.0.0-linux-amd64.tar.gz source = pd.service source = tidb.service source = tikv.service @@ -25,7 +25,7 @@ pkgbase = tidb-bin source = pd.toml source = tidb.toml source = tikv.toml - sha256sums = 43ad677828b38a1a417ec61cfad04d07d054ba7703559272b843cf5b5b3648cf + sha256sums = 8c2b8d5e6dd9f51a5950f11401416b71ee32b2bff46ff2906ebecf6ffbe79f59 sha256sums = b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924 sha256sums = 22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9 sha256sums = 870b8eaf83bc0d22b05b0f3a7890660e483cf77bb1d84bc50ad04fb23068cd8c @@ -41,9 +41,9 @@ pkgbase = tidb-bin pkgname = tidb-bin install = tidb.install - provides = tidb-server=4.0.11 - provides = tikv-server=4.0.11 - provides = pd-server=4.0.11 + provides = tidb-server=5.0.0 + provides = tikv-server=5.0.0 + provides = pd-server=5.0.0 pkgname = tidb-bin-utils optdepends = go-tools: provides goyacc @@ -3,7 +3,7 @@ # Contributor: Jian Zeng <anonymousknight96@gmail.com> # Contributor: Xuanwo <xuanwo@archlinuxcn.org> pkgbase=tidb-bin -_basever=4.0.11 +_basever=5.0.0 #_relver=-prega #pkgver=$_basever.$_relver pkgver=$_basever @@ -29,7 +29,7 @@ source=("https://download.pingcap.org/tidb-v$_basever$_relver-linux-amd64.tar.gz pd.toml tidb.toml tikv.toml) -sha256sums=('43ad677828b38a1a417ec61cfad04d07d054ba7703559272b843cf5b5b3648cf' +sha256sums=('8c2b8d5e6dd9f51a5950f11401416b71ee32b2bff46ff2906ebecf6ffbe79f59' 'b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924' '22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9' '870b8eaf83bc0d22b05b0f3a7890660e483cf77bb1d84bc50ad04fb23068cd8c' |