summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2018-06-04 10:23:56 +0800
committerAllen Zhong2018-06-04 10:23:56 +0800
commit5167f831c1fc232883981e5f9408c0ad509a1ff0 (patch)
treec27f9315cd14d7d292187efd4c5eff476add59fa
parente9699e696347a1e26f35878f9c9a0f3ffe50d69d (diff)
downloadaur-5167f831c1fc232883981e5f9408c0ad509a1ff0.tar.gz
upgpkg: tidb-bin 2.0.3-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db5e10ef8398..d31cd3278f1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 22 09:44:13 UTC 2018
+# Mon Jun 4 02:23:28 UTC 2018
pkgbase = tidb-bin
pkgdesc = A distributed NewSQL database compatible with MySQL protocol
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/pingcap/tidb
arch = x86_64
@@ -11,16 +11,16 @@ pkgbase = tidb-bin
conflicts = tidb-bin-nightly
options = strip
options = debug
- source = https://download.pingcap.org/tidb-v2.0.2-linux-amd64.tar.gz
+ source = https://download.pingcap.org/tidb-v2.0.3-linux-amd64.tar.gz
source = tidb.sysusers
source = tidb.tmpfiles
- sha256sums = 3b37a6ac5b8d2ba5082ca64609557a342f4294344e595cda378d6f5e542c67b0
+ sha256sums = 5a5d153f3df4cb286de92619edae0f7de910f8f7c29a81385d2790ad13b5bb17
sha256sums = 6fb6ae67a53c6cd054643542e76da6f16e000b029a98b34172972fcb505fc299
sha256sums = 15f285782938b3ebbb8be60cc962a2cbf5ca349527c39d3a1138be1bf976feb9
pkgname = tidb-bin
install = tidb.install
- provides = tidb=2.0.2
+ provides = tidb=2.0.3
pkgname = tidb-bin-utils
optdepends = go-tools: provides goyacc
diff --git a/PKGBUILD b/PKGBUILD
index 55428c9b85e7..25cd93b97023 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Liqueur Librazy <im@librazy.org>
# Contributor: Jian Zeng <anonymousknight96@gmail.com>
pkgbase=tidb-bin
-_basever=2.0.2
+_basever=2.0.3
#_relver=-prega
#pkgver=$_basever.$_relver
pkgver=$_basever
@@ -19,7 +19,7 @@ source=("https://download.pingcap.org/tidb-v$_basever$_relver-linux-amd64.tar.gz
"tidb.sysusers"
"tidb.tmpfiles"
)
-sha256sums=('3b37a6ac5b8d2ba5082ca64609557a342f4294344e595cda378d6f5e542c67b0'
+sha256sums=('5a5d153f3df4cb286de92619edae0f7de910f8f7c29a81385d2790ad13b5bb17'
'6fb6ae67a53c6cd054643542e76da6f16e000b029a98b34172972fcb505fc299'
'15f285782938b3ebbb8be60cc962a2cbf5ca349527c39d3a1138be1bf976feb9')