summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGoReleaser2023-02-01 09:02:20 +0000
committerGoReleaser2023-02-01 09:02:20 +0000
commitb639f7a0311f115e3cec46f0b26aacf854a2b15e (patch)
treeacbbff5e01306ef44ac9d7a57896ca618ef00643 /PKGBUILD
parentfca46980f64e77209a478f787a7ac37bf5013ff3 (diff)
downloadaur-b639f7a0311f115e3cec46f0b26aacf854a2b15e.tar.gz
Updated to version v3.0.3 release 1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5abc3f1534b9..57d1285c5f0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dirk Wilden <dirk.wilden@device-insight.com>
pkgname=kafkactl
-pkgver=3.0.2
+pkgver=3.0.3
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=(
- c9734759868dde20983b55ef4639fd13e5bafb7cee2d766e18eecb1fc4b2ca35
+ 3599c5f164fe06804b1f91bac74fb215224f339d2d60a2e45f6bd72aee808a48
)
build() {