summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Koftun2020-01-24 15:33:44 +0100
committerLeonid Koftun2020-01-24 15:33:44 +0100
commit81bc003befcbef8e73e399f857dde8212e2f281b (patch)
tree404cb65c1b73cdc18a240f218774c40236c86860
parentd09be779452007e0a5d018fe654f9e70b363861a (diff)
downloadaur-81bc003befcbef8e73e399f857dde8212e2f281b.tar.gz
Release 1.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e97478c80c14..f20cc1e71f4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kafkactl
pkgdesc = Command Line Tool for managing Apache Kafka
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/deviceinsight/kafkactl
arch = i686
@@ -8,8 +8,8 @@ pkgbase = kafkactl
license = Apache
makedepends = go
depends = glibc
- source = https://github.com/deviceinsight/kafkactl/archive/1.4.0.tar.gz
- sha256sums = 098f1edde2feb6fc37e41d4a40bb56f8daba6fde1557d9a9f2ce84b7517338e7
+ source = https://github.com/deviceinsight/kafkactl/archive/1.5.0.tar.gz
+ sha256sums = 6e62ba3398f9d456e6b764af674077e7a50535736a31af8e64167a95b957242c
pkgname = kafkactl
diff --git a/PKGBUILD b/PKGBUILD
index 275a3217d667..1c9ea83e5d26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonid Koftun <leonid.koftun@gmail.com>
pkgname=kafkactl
-pkgver=1.4.0
+pkgver=1.5.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=('098f1edde2feb6fc37e41d4a40bb56f8daba6fde1557d9a9f2ce84b7517338e7')
+sha256sums=('6e62ba3398f9d456e6b764af674077e7a50535736a31af8e64167a95b957242c')
build() {
cd $pkgname-$pkgver