summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkmeaw2018-02-28 15:48:53 +0300
committerkmeaw2018-02-28 15:48:53 +0300
commiteefd30c2cb323653ad7b9e00df75c278f69077ff (patch)
tree9a7f1c2e433cc8332717326ccf0b1a4ead0c39af
parentf3cfa116d33b400d0f05dcffb005b64dfd634b08 (diff)
downloadaur-eefd30c2cb323653ad7b9e00df75c278f69077ff.tar.gz
Bump to 54343
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a00551b25b1..915789f23285 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clickhouse
pkgdesc = An open-source column-oriented database management system that allows generating analytical data reports in real time
- pkgver = 1.1.54342
+ pkgver = 1.1.54343
pkgrel = 1
url = https://clickhouse.yandex/
install = clickhouse.install
@@ -19,21 +19,21 @@ pkgbase = clickhouse
backup = etc/clickhouse-client/config.xml
backup = etc/clickhouse-server/config.xml
backup = etc/clickhouse-server/users.xml
- source = https://github.com/yandex/ClickHouse/archive/v1.1.54342-stable.tar.gz
+ source = https://github.com/yandex/ClickHouse/archive/v1.1.54343-stable.tar.gz
source = https://github.com/google/cctz/archive/4f9776a.tar.gz
source = https://github.com/edenhill/librdkafka/archive/c3d50eb.tar.gz
source = https://github.com/lz4/lz4/archive/c10863b.tar.gz
- source = https://github.com/ClickHouse-Extras/zookeeper/archive/5aa9e88.tar.gz
+ source = https://github.com/ClickHouse-Extras/zookeeper/archive/438afae.tar.gz
source = https://github.com/facebook/zstd/archive/f4340f4.tar.gz
source = https://github.com/Dead2/zlib-ng/archive/e07a52d.tar.gz
source = https://github.com/ClickHouse-Extras/poco/archive/81d4fdf.tar.gz
source = clickhouse-server.service
source = libunwind.patch
- md5sums = c2613b6952fadb2a057c5e16f4bac030
+ md5sums = b1462bc8d95af168261ca0e879e44292
md5sums = 5323f7ba2565a84a80a93edde95eb4fe
md5sums = ea7f52489fead0712f7d20c450a4b7a0
md5sums = 7b92f0554687e6a8949adc5c10aeff78
- md5sums = eebe2918fb575297ecc60016442a749d
+ md5sums = 822fa96f5ceb235f06d22d2e0c7175a2
md5sums = e3212525a38d6cc38e26979a10c174ed
md5sums = 87676f8d7fcdea908476029f92b8103f
md5sums = 1bc2bbf8b5c26f6685cca8f8b7525d4c
diff --git a/PKGBUILD b/PKGBUILD
index b337d8075d54..ed03f701c267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dmitry Bilunov <kmeaw@yandex-team.ru>
pkgname=clickhouse
-pkgver=1.1.54342
+pkgver=1.1.54343
pkgrel=1
pkgdesc='An open-source column-oriented database management system that allows generating analytical data reports in real time'
arch=('i686' 'x86_64')
@@ -14,17 +14,17 @@ source=(https://github.com/yandex/ClickHouse/archive/v$pkgver-stable.tar.gz
https://github.com/google/cctz/archive/4f9776a.tar.gz
https://github.com/edenhill/librdkafka/archive/c3d50eb.tar.gz
https://github.com/lz4/lz4/archive/c10863b.tar.gz
- https://github.com/ClickHouse-Extras/zookeeper/archive/5aa9e88.tar.gz
+ https://github.com/ClickHouse-Extras/zookeeper/archive/438afae.tar.gz
https://github.com/facebook/zstd/archive/f4340f4.tar.gz
https://github.com/Dead2/zlib-ng/archive/e07a52d.tar.gz
https://github.com/ClickHouse-Extras/poco/archive/81d4fdf.tar.gz
clickhouse-server.service
libunwind.patch)
-md5sums=('c2613b6952fadb2a057c5e16f4bac030'
+md5sums=('b1462bc8d95af168261ca0e879e44292'
'5323f7ba2565a84a80a93edde95eb4fe'
'ea7f52489fead0712f7d20c450a4b7a0'
'7b92f0554687e6a8949adc5c10aeff78'
- 'eebe2918fb575297ecc60016442a749d'
+ '822fa96f5ceb235f06d22d2e0c7175a2'
'e3212525a38d6cc38e26979a10c174ed'
'87676f8d7fcdea908476029f92b8103f'
'1bc2bbf8b5c26f6685cca8f8b7525d4c'
@@ -42,7 +42,7 @@ prepare() {
mv ../cctz-4f9776a*/* contrib/cctz/
mv ../librdkafka-c3d50eb*/* contrib/librdkafka/
mv ../lz4-c10863b*/* contrib/lz4/
- mv ../zookeeper-5aa9e88*/* contrib/zookeeper/
+ mv ../zookeeper-438afae*/* contrib/zookeeper/
mv ../zstd-f4340f4*/* contrib/zstd/
mv ../zlib-ng-e07a52d*/* contrib/zlib-ng/
mv ../poco-81d4fdf*/* contrib/poco/