summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoReleaser2024-03-12 11:46:07 +0000
committerGoReleaser2024-03-12 11:46:07 +0000
commitaa959b11cb805d20abfcfa38d66122448e730e32 (patch)
tree1037e3b82a26f16a0b06b6098425ad9aea61042b
parentd49a7e53b2f584d26516d477e87c657989c3fabe (diff)
downloadaur-aa959b11cb805d20abfcfa38d66122448e730e32.tar.gz
Updated to version v5.0.4 release 1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d75cd0ee604..7b3e13297d64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kafkactl
pkgdesc = Command Line Tool for managing Apache Kafka
- pkgver = 5.0.3
+ pkgver = 5.0.4
pkgrel = 1
url = https://github.com/deviceinsight/kafkactl/
arch = i686
@@ -10,6 +10,6 @@ pkgbase = kafkactl
makedepends = go
depends = glibc
optdepends = kubectl
- source = kafkactl-5.0.3.tar.gz::https://github.com/deviceinsight/kafkactl/archive/v{PKGVER}.tar.gz
+ source = kafkactl-5.0.4.tar.gz::https://github.com/deviceinsight/kafkactl/archive/v{PKGVER}.tar.gz
pkgname = kafkactl
diff --git a/PKGBUILD b/PKGBUILD
index f076d8d80db7..b5d3d97d9cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Dirk Wilden <dirk.wilden@device-insight.com>
pkgname=kafkactl
-pkgver=5.0.3
+pkgver=5.0.4
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=(
- 5fdb9ffaf10be2a37b065c91a492a2e85a6a32e91777b0b1a220a1e79a4f15a5
+ 489643627de440bf191dfcdf09f7e48ede8adf9a7edaeac7532ecac922e5bcbb
)
build() {