summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Zhong2018-07-19 11:43:08 +0800
committerAllen Zhong2018-07-19 11:43:08 +0800
commit1230feb0e2ceb9108a4e9e7692a8e101a6699c4d (patch)
treefe656d5cc785565dd67b59ff1c7dae0ceb6c53a7
parentb59c833aa63cca0e01264128af6373f0137d8a89 (diff)
downloadaur-1230feb0e2ceb9108a4e9e7692a8e101a6699c4d.tar.gz
tidb-bin 2.0.5-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f26ab8a753f8..06d5bff6bee8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jun 19 07:25:47 UTC 2018
+# Thu Jul 19 02:59:15 UTC 2018
pkgbase = tidb-bin
pkgdesc = A distributed NewSQL database compatible with MySQL protocol
- pkgver = 2.0.4
+ pkgver = 2.0.5
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.4-linux-amd64.tar.gz
+ source = https://download.pingcap.org/tidb-v2.0.5-linux-amd64.tar.gz
source = tidb.sysusers
source = tidb.tmpfiles
- sha256sums = 6df13d5ad56fe3015e19225f0e88abe71cff9fbce583797345dc6568d3362be3
+ sha256sums = e6d5ff166bd1c0d31c473de529ab97d3c6b888c2d4f183b9c4e240bba08f0441
sha256sums = 6fb6ae67a53c6cd054643542e76da6f16e000b029a98b34172972fcb505fc299
sha256sums = 15f285782938b3ebbb8be60cc962a2cbf5ca349527c39d3a1138be1bf976feb9
pkgname = tidb-bin
install = tidb.install
- provides = tidb=2.0.4
+ provides = tidb=2.0.5
pkgname = tidb-bin-utils
optdepends = go-tools: provides goyacc
diff --git a/PKGBUILD b/PKGBUILD
index 2eb0ee762db0..af25088d75e8 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.4
+_basever=2.0.5
#_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=('6df13d5ad56fe3015e19225f0e88abe71cff9fbce583797345dc6568d3362be3'
+sha256sums=('e6d5ff166bd1c0d31c473de529ab97d3c6b888c2d4f183b9c4e240bba08f0441'
'6fb6ae67a53c6cd054643542e76da6f16e000b029a98b34172972fcb505fc299'
'15f285782938b3ebbb8be60cc962a2cbf5ca349527c39d3a1138be1bf976feb9')