diff options
author | Allen Zhong | 2024-03-31 00:23:15 +0900 |
---|---|---|
committer | Allen Zhong | 2024-03-31 00:23:15 +0900 |
commit | ee0aa19bacc6089bade67f34de5a3534dae182a5 (patch) | |
tree | d4b0e89cfc27f42da7d4ff3b12d8e34f76d83885 /.SRCINFO | |
parent | 4f1e32c7212a4bb84ca471878637bea44b5da3b9 (diff) | |
download | aur-ee0aa19bacc6089bade67f34de5a3534dae182a5.tar.gz |
bump 8.0.0
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 27 |
1 files changed, 12 insertions, 15 deletions
@@ -1,6 +1,6 @@ pkgbase = tidb-bin pkgdesc = A distributed NewSQL database compatible with MySQL protocol - pkgver = 7.6.0 + pkgver = 8.0.0 pkgrel = 1 url = https://github.com/pingcap/tidb arch = x86_64 @@ -15,9 +15,9 @@ pkgbase = tidb-bin backup = etc/tidb/tidb.toml backup = etc/tikv/tikv.toml backup = etc/pd/pd.toml - source = https://tiup-mirrors.pingcap.com/tidb-v7.6.0-linux-amd64.tar.gz - source = https://tiup-mirrors.pingcap.com/tikv-v7.6.0-linux-amd64.tar.gz - source = https://tiup-mirrors.pingcap.com/pd-v7.6.0-linux-amd64.tar.gz + source = https://tiup-mirrors.pingcap.com/tidb-v8.0.0-linux-amd64.tar.gz + source = https://tiup-mirrors.pingcap.com/tikv-v8.0.0-linux-amd64.tar.gz + source = https://tiup-mirrors.pingcap.com/pd-v8.0.0-linux-amd64.tar.gz source = pd.service source = tidb.service source = tikv.service @@ -30,9 +30,9 @@ pkgbase = tidb-bin source = pd.toml source = tidb.toml source = tikv.toml - sha256sums = 6149a616db667da28482d7b45ad5da68d28d2769e7cf3d3e5b3403bb1a0dc389 - sha256sums = 60f6dbe5fb8c2b0167f321ca8c25c01439db96b494f748b5f78d438b0399afd9 - sha256sums = e3d9df8420b4f24fb628569b9750af72d4ee9ac6f14c4b7778c3ddc84da7984f + sha256sums = 98c8471797de5a19bd88b237cce0746e52864f6c167115b96cbcb8db9ccae185 + sha256sums = 11e1a38b8c547a4df159f8802d1e30cb8e5a6da9b737472333fec12a2cdeba0b + sha256sums = 09d8d5fdeff882d2629f8679ae1195df5922e4383c116cce7eadae61112a3960 sha256sums = b03d12f2f8d6eb2e9d654d6258ca39000225cdf1418840f7e35081631bc4d924 sha256sums = 22318c19bb89ff5a0852df5186cc1496214cd49f2264192413a326d1e8c93dc9 sha256sums = 870b8eaf83bc0d22b05b0f3a7890660e483cf77bb1d84bc50ad04fb23068cd8c @@ -42,15 +42,12 @@ pkgbase = tidb-bin sha256sums = 30ce83fbec8f102c30e438282bb5b18c026d08480f2386d68f1116c12481bf66 sha256sums = 744b252e29099b0099dc41e30bc3badd33b3d661c7126af8044faa4fc2df8927 sha256sums = 935291bac6a216c6f880df9bfaec8900266413bb202ac483e79f291e1f28e9f1 - sha256sums = 10d3fdb40e522c8731e87a7ba2acc6a7866d8f967a6b931247ae8ff97709065a + sha256sums = 44de9aed72b8bc9156db354dcddfe0624f2fe4fc91e903fe64892913cae93e0f sha256sums = f32709894c0d2c105a4398dcaf027f1cbdee359a2a6747f43cac819e9df25517 - sha256sums = be2f8c6830a48da6c356db943aa55ee2f3c9c30b2e9027e7b758cab875fc8520 + sha256sums = 1c933198cd9b5611bd7d25f4f3501bd1b580bb35352f8d65bc1cef8588400d24 pkgname = tidb-bin install = tidb.install - provides = tidb-server=7.6.0 - provides = tikv-server=7.6.0 - provides = pd-server=7.6.0 - -pkgname = tidb-bin-utils - optdepends = go-tools: provides goyacc + provides = tidb-server=8.0.0 + provides = tikv-server=8.0.0 + provides = pd-server=8.0.0 |