summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoReleaser2022-03-04 14:17:41 +0000
committerGoReleaser2022-03-04 14:17:41 +0000
commita9ad8ae9421040413b2c1e91596aa4f66c16ff6b (patch)
tree34cef1dc613de87b2f71153d2fa9dcea25ab96ce /PKGBUILD
parent32379cd5cd078952e5120edd3fab61282ac29cb2 (diff)
downloadaur-a9ad8ae9421040413b2c1e91596aa4f66c16ff6b.tar.gz
Updated to version v2.2.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 2469cc45bdea..7dc31be81c7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dirk Wilden <dirk.wilden@device-insight.com>
pkgname=kafkactl
-pkgver=2.1.0
+pkgver=2.2.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=(
- ad1f54dce104ba6b7ebdb76eb5056fafcd2a63a17b781305fd9a78ea9435d6fa
+ aa2faeeb4ea1cc7b180a94682cebcaac35d91fc24cd5acf2b78349d9f821eabd
)
build() {