summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1c9ea83e5d26..c047487840e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonid Koftun <leonid.koftun@gmail.com>
pkgname=kafkactl
-pkgver=1.5.0
+pkgver=1.9.0
pkgrel=1
pkgdesc='Command Line Tool for managing Apache Kafka'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
makedepends=('go')
depends=('glibc')
source=("$url/archive/$pkgver.tar.gz")
-sha256sums=('6e62ba3398f9d456e6b764af674077e7a50535736a31af8e64167a95b957242c')
+sha256sums=('eb89b65c9e3d62f70bcd6739cd539c1774271521d67117c58792a0d135b997b9')
build() {
cd $pkgname-$pkgver