summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkmeaw2017-03-11 17:01:34 +0300
committerkmeaw2017-03-11 17:02:47 +0300
commitfe3443a66808e98b97ed1b7ce881a09ec1c06569 (patch)
treed97b791290e76b08c8616541a9d336c92355a59e /PKGBUILD
parentbc81c80dbdbb4f6fb421054fb0c42c29ba656a42 (diff)
downloadaur-fe3443a66808e98b97ed1b7ce881a09ec1c06569.tar.gz
Bump to 54181
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 536a451e899d..ca9d121df562 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Dmitry Bilunov <kmeaw@yandex-team.ru>
pkgname=clickhouse
-pkgver=1.1.54165
-pkgrel=2
+pkgver=1.1.54181
+pkgrel=3
pkgdesc='An open-source column-oriented database management system that allows generating analytical data reports in real time'
arch=('i686' 'x86_64')
url='https://clickhouse.yandex/'
@@ -11,7 +11,7 @@ license=('Apache')
depends=('ncurses' 'readline' 'unixodbc' 'termcap')
makedepends=('poco' 'cmake' 'gcc>=6.2')
source=(https://github.com/yandex/ClickHouse/archive/v$pkgver-stable.tar.gz clickhouse-server.service)
-md5sums=('cd5aab45ef303f14159eb1d972cb10b5'
+md5sums=('ec72cfa775d20e1441a7eb64c032bc56'
'f9f5663b0a9a58e99f481efe9d193e85')
backup=('etc/clickhouse-client/config.xml' 'etc/clickhouse-server/config.xml' 'etc/clickhouse-server/users.xml')
install=$pkgname.install