summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 231b2853ca36..38c486da4efc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kafkactl
pkgdesc = Command Line Tool for managing Apache Kafka
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/deviceinsight/kafkactl/
arch = i686
@@ -10,6 +10,6 @@ pkgbase = kafkactl
makedepends = go
depends = glibc
optdepends = kubectl
- source = kafkactl-2.4.0.tar.gz::https://github.com/deviceinsight/kafkactl/archive/v{PKGVER}.tar.gz
+ source = kafkactl-2.5.0.tar.gz::https://github.com/deviceinsight/kafkactl/archive/v{PKGVER}.tar.gz
pkgname = kafkactl
diff --git a/PKGBUILD b/PKGBUILD
index 28a79e2d8ae3..38276762b76c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Dirk Wilden <dirk.wilden@device-insight.com>
pkgname=kafkactl
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc="Command Line Tool for managing Apache Kafka"
url="https://github.com/deviceinsight/kafkactl/"
arch=("i686" "x86_64" "aarch64")
license=("APACHE")
depends=("glibc")
-makedepends=('go>=1.16')
+makedepends=('go>=1.19')
optdepends=('kubectl: for kafka running in Kubernetes cluster',
'bash-completion: auto-completion for kafkactl in Bash',
'zsh-completions: auto-completion for kafkactl in ZSH')
@@ -16,7 +16,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/deviceinsight/kafkactl/archive/v${pkgver}.tar.gz"
)
sha256sums=(
- 85d1863b869d586752cfa20ede5923c41364ec43fc28d94a405d352a2e2cb590
+ 3472100f95af56d62bc5b5e94a13cb962e09b988ad6f4580001ce6ecdccfd05d
)
build() {