summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b42805d72ec..3a4d7cadad0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Dmitry Bilunov <kmeaw@yandex-team.ru>
pkgname=clickhouse
-pkgver=18.14.18
+pkgver=18.16.1
pkgrel=1
pkgdesc='An open-source column-oriented database management system that allows generating analytical data reports in real time'
arch=('i686' 'x86_64')
@@ -22,10 +22,10 @@ source=(https://github.com/yandex/ClickHouse/archive/v$pkgver-stable.tar.gz
https://github.com/jemalloc/jemalloc/archive/cd2931a.tar.gz
https://github.com/aklomp/base64/archive/a27c565.tar.gz
https://github.com/ClickHouse-Extras/libhdfs3/archive/bd6505c.tar.gz
- https://github.com/MariaDB/mariadb-connector-c/archive/a0fd36c.tar.gz
+ https://github.com/MariaDB/mariadb-connector-c/archive/d85d0e9.tar.gz
https://github.com/ClickHouse-Extras/protobuf/archive/1273537.tar.gz
libunwind.patch)
-md5sums=('21640933ad8040d2918d7021c725f552'
+md5sums=('d05c626a825f7b1253bf65e82df8f8b3'
'5323f7ba2565a84a80a93edde95eb4fe'
'7d9c187a8afedde260fadf2f1d5f46a2'
'7b92f0554687e6a8949adc5c10aeff78'
@@ -37,7 +37,7 @@ md5sums=('21640933ad8040d2918d7021c725f552'
'1aad51c731b082d40c15be2804cd0ff3'
'e98c6b94f39d6947c83eb554aeb618e2'
'2fa16f04d0d533cbb5797bfd45b058fd'
- 'c8d7c0a9c52c05cd42a6baef52bc4053'
+ '27814edb68495deacac7ef3569ac2437'
'd63e8036385a27113365a40eb6bfe75e'
'f3f60b75abf8d6f21de74db6e88e1e7b')
backup=('etc/clickhouse-client/config.xml' 'etc/clickhouse-server/config.xml' 'etc/clickhouse-server/users.xml')
@@ -60,7 +60,7 @@ prepare() {
mv ../jemalloc-cd2931a*/* contrib/jemalloc/
mv ../base64-a27c565*/* contrib/base64/
mv ../libhdfs3-bd6505c*/* contrib/libhdfs3/
- mv ../mariadb-connector-c-a0fd36c*/ contrib/mariadb-connector-c/
+ mv ../mariadb-connector-c-d85d0e9*/ contrib/mariadb-connector-c/
mv ../protobuf-1273537*/ contrib/protobuf/
for dir in contrib/*/; do
rmdir $dir &> /dev/null || true