summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoReleaser2021-12-03 10:53:48 +0000
committerGoReleaser2021-12-03 10:53:48 +0000
commit89060252f8d4d1b0ccf8458a352e84061ff7a2b9 (patch)
tree7add10227ec5d6697d332ae3e20191650d08cfa3 /PKGBUILD
parent9fabd659a8f977f12c9cca61f115ab33d0576baa (diff)
downloadaur-89060252f8d4d1b0ccf8458a352e84061ff7a2b9.tar.gz
Updated to version v1.24.0 release 1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3869b62b2bb..f5ffd2f158e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dirk Wilden <dirk.wilden@device-insight.com>
pkgname=kafkactl
-pkgver=1.23.1
+pkgver=1.24.0
pkgrel=1
pkgdesc="Command Line Tool for managing Apache Kafka"
url="https://github.com/deviceinsight/kafkactl/"
@@ -16,7 +16,7 @@ source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/deviceinsight/kafkactl/archive/v${pkgver}.tar.gz"
)
sha256sums=(
- c985bf51ad917e0e6c8e9738e69df270d6309b0c735d0c8d3aca40a7e10eef1a
+ d80076b5ebf5067cf23d7851d1223c47052a57a82731a905ecec1f9b23fdf247
)
build() {