Bump to 54198

This commit is contained in:
kmeaw
2017-04-10 19:32:58 +03:00
parent ec26711f84
commit 2b104d6808
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
pkgbase = clickhouse
pkgdesc = An open-source column-oriented database management system that allows generating analytical data reports in real time
pkgver = 1.1.54181
pkgrel = 4
pkgver = 1.1.54190
pkgrel = 1
url = https://clickhouse.yandex/
install = clickhouse.install
arch = i686
@@ -17,9 +17,9 @@ 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.54181-stable.tar.gz
source = https://github.com/yandex/ClickHouse/archive/v1.1.54190-stable.tar.gz
source = clickhouse-server.service
md5sums = ec72cfa775d20e1441a7eb64c032bc56
md5sums = fa1a1f89388143b184281b1a1b9221b5
md5sums = f9f5663b0a9a58e99f481efe9d193e85
pkgname = clickhouse
+3 -3
View File
@@ -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