summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e68b3bbea49..2e6e6659ade4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tidb-bin
pkgdesc = A distributed NewSQL database compatible with MySQL protocol
- pkgver = 0.0.1.20161029021623
+ pkgver = 0.0.1.20161030052309
pkgrel = 1
url = https://github.com/pingcap/tidb
arch = x86_64
license = APACHE
depends = gcc-libs
- source = http://download.pingcap.org/tidb-latest-linux-amd64.tar.gz
- source = http://download.pingcap.org/tidb-latest-linux-amd64.sha256
+ source = http://download.pingcap.org/tidb-latest-linux-amd64.tar.gz?ver=20161030052309
+ source = http://download.pingcap.org/tidb-latest-linux-amd64.sha256?ver=20161030052309
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index db1f3cdf8fe7..2dace2c707bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Liqueur Librazy <im@librazy.org>
pkgname=tidb-bin
-pkgver=0.0.1.20161029021623
+pkgver=0.0.1.20161030052309
pkgrel=1
pkgdesc="A distributed NewSQL database compatible with MySQL protocol"
arch=('x86_64')
@@ -10,8 +10,8 @@ depends=('gcc-libs')
backup=()
options=()
-source=("http://download.pingcap.org/tidb-latest-linux-amd64.tar.gz"
- "http://download.pingcap.org/tidb-latest-linux-amd64.sha256")
+source=("http://download.pingcap.org/tidb-latest-linux-amd64.tar.gz?ver=20161030052309"
+ "http://download.pingcap.org/tidb-latest-linux-amd64.sha256?ver=20161030052309")
sha256sums=(
'SKIP'