summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkmeaw2017-04-10 19:32:58 +0300
committerkmeaw2017-04-10 19:32:58 +0300
commit2b104d6808ffab16daf5a4e9df37f2bd6a35bb35 (patch)
treed7caf7e192a0d3371c269c3387d343cbacce9f6c /PKGBUILD
parentec26711f84d4caf6d3391c5c37d31b0d63486be7 (diff)
downloadaur-2b104d6808ffab16daf5a4e9df37f2bd6a35bb35.tar.gz
Bump to 54198
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5635735aca96..dbe46bc33580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Dmitry Bilunov <kmeaw@yandex-team.ru>
pkgname=clickhouse
-pkgver=1.1.54181
-pkgrel=4
+pkgver=1.1.54198
+pkgrel=1
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=('ec72cfa775d20e1441a7eb64c032bc56'
+md5sums=('8c3f171c716558b8576977618dca3043'
'f9f5663b0a9a58e99f481efe9d193e85')
backup=('etc/clickhouse-client/config.xml' 'etc/clickhouse-server/config.xml' 'etc/clickhouse-server/users.xml')
install=$pkgname.install