summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action-bot2020-12-08 11:23:19 +0000
committergithub-action-bot2020-12-08 11:23:19 +0000
commitaf23031720f10d30dd992f0758b321fba7e27a8a (patch)
tree0ea3b4075859c5add1fcdabc354fb946e6072b26
parenta20dbfeee4df21daab40e9e1b87a834f9f3b50f2 (diff)
downloadaur-af23031720f10d30dd992f0758b321fba7e27a8a.tar.gz
Update to 1.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a7a924738f4..5b3187a04aea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kafkactl
pkgdesc = Command Line Tool for managing Apache Kafka
- pkgver = 1.13.3
+ pkgver = 1.14.0
pkgrel = 1
url = https://github.com/deviceinsight/kafkactl
arch = i686
@@ -8,8 +8,8 @@ pkgbase = kafkactl
license = Apache
makedepends = go
depends = glibc
- source = https://github.com/deviceinsight/kafkactl/archive/v1.13.3.tar.gz
- sha256sums = 6ed690f8330cb0277342330d31ca9cdbeb9e0ed3e11b352d9a03924b42fd09fc
+ source = https://github.com/deviceinsight/kafkactl/archive/v1.14.0.tar.gz
+ sha256sums = 34841249e5434871444671adb4ab98668b1d3ad2305422175b3a029dd3f1e12d
pkgname = kafkactl
diff --git a/PKGBUILD b/PKGBUILD
index 0465513ad706..1ec3649abdd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Leonid Koftun <leonid.koftun@gmail.com>
pkgname=kafkactl
-pkgver=1.13.3
+pkgver=1.14.0
pkgrel=1
pkgdesc='Command Line Tool for managing Apache Kafka'
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('Apache')
makedepends=('go')
depends=('glibc')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('6ed690f8330cb0277342330d31ca9cdbeb9e0ed3e11b352d9a03924b42fd09fc')
+sha256sums=('34841249e5434871444671adb4ab98668b1d3ad2305422175b3a029dd3f1e12d')
build() {
cd $pkgname-$pkgver