summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2018-07-19 10:57:14 +0800
committerAllen Zhong2018-07-19 10:57:14 +0800
commitb59c833aa63cca0e01264128af6373f0137d8a89 (patch)
tree04733d32efe2611fb21bc37bec0f5564ce899e8f
parent5167f831c1fc232883981e5f9408c0ad509a1ff0 (diff)
downloadaur-b59c833aa63cca0e01264128af6373f0137d8a89.tar.gz
upgpkg: tidb-bin 2.0.4-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d31cd3278f1b..f26ab8a753f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 4 02:23:28 UTC 2018
+# Tue Jun 19 07:25:47 UTC 2018
pkgbase = tidb-bin
pkgdesc = A distributed NewSQL database compatible with MySQL protocol
- pkgver = 2.0.3
+ pkgver = 2.0.4
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.3-linux-amd64.tar.gz
+ source = https://download.pingcap.org/tidb-v2.0.4-linux-amd64.tar.gz
source = tidb.sysusers
source = tidb.tmpfiles
- sha256sums = 5a5d153f3df4cb286de92619edae0f7de910f8f7c29a81385d2790ad13b5bb17
+ sha256sums = 6df13d5ad56fe3015e19225f0e88abe71cff9fbce583797345dc6568d3362be3
sha256sums = 6fb6ae67a53c6cd054643542e76da6f16e000b029a98b34172972fcb505fc299
sha256sums = 15f285782938b3ebbb8be60cc962a2cbf5ca349527c39d3a1138be1bf976feb9
pkgname = tidb-bin
install = tidb.install
- provides = tidb=2.0.3
+ provides = tidb=2.0.4
pkgname = tidb-bin-utils
optdepends = go-tools: provides goyacc
diff --git a/PKGBUILD b/PKGBUILD
index 25cd93b97023..2eb0ee762db0 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.3
+_basever=2.0.4
#_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=('5a5d153f3df4cb286de92619edae0f7de910f8f7c29a81385d2790ad13b5bb17'
+sha256sums=('6df13d5ad56fe3015e19225f0e88abe71cff9fbce583797345dc6568d3362be3'
'6fb6ae67a53c6cd054643542e76da6f16e000b029a98b34172972fcb505fc299'
'15f285782938b3ebbb8be60cc962a2cbf5ca349527c39d3a1138be1bf976feb9')