summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVianney Bouchaud2023-09-22 09:50:21 +0200
committerVianney Bouchaud2023-09-22 09:50:21 +0200
commit819aae33192fcef03f4975d65b2ceecd3e93d135 (patch)
tree94acd1ca3dcba806eb006e808115646eda42e676
parentc5e8d5b435c761635a33c33b4fdb1c6aaea287c9 (diff)
downloadaur-819aae33192fcef03f4975d65b2ceecd3e93d135.tar.gz
upgpkg: kubeshark-bin 50.4-1
upstream release bumping kubeshark=bin to 50.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff28557a75ea..1101a02bcab8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kubeshark-bin
pkgdesc = Kubeshark is an API Traffic Analyzer for Kubernetes.
- pkgver = 50.3
+ pkgver = 50.4
pkgrel = 1
url = https://github.com/kubeshark/kubeshark
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = kubeshark-bin
license = apache
provides = kubeshark
conflicts = kubeshark
- source_x86_64 = kubeshark-50.3::https://github.com/kubeshark/kubeshark/releases/download/50.3/kubeshark_linux_amd64
- sha256sums_x86_64 = b272b5f48ea23005fd546a552287e59d78c4af04d7a0e48a4dba46a1752d050c
- source_aarch64 = kubeshark-50.3::https://github.com/kubeshark/kubeshark/releases/download/50.3/kubeshark_linux_arm64
- sha256sums_aarch64 = 6c2633a4c5d3cea331b77d4ddd7cc3151a4dc47a693ffedbb96b1ec5e15e5128
+ source_x86_64 = kubeshark-50.4::https://github.com/kubeshark/kubeshark/releases/download/50.4/kubeshark_linux_amd64
+ sha256sums_x86_64 = 12e75282001a54f31f652b42d3528cddda4af7f4cc91c460737753fa29cc41cd
+ source_aarch64 = kubeshark-50.4::https://github.com/kubeshark/kubeshark/releases/download/50.4/kubeshark_linux_arm64
+ sha256sums_aarch64 = 045353a1ea846c37bea685f1333cd6666daef9e369ff1617958e5416c8e1ddc2
pkgname = kubeshark-bin
diff --git a/PKGBUILD b/PKGBUILD
index 54b5dfdda0d4..a48e067dced9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=kubeshark-bin
pkgdesc="Kubeshark is an API Traffic Analyzer for Kubernetes."
-pkgver=50.3
+pkgver=50.4
pkgrel=1
arch=('x86_64' 'aarch64')
url="https://github.com/kubeshark/kubeshark"
@@ -11,8 +11,8 @@ license=('apache')
conflicts=('kubeshark')
provides=('kubeshark')
-sha256sums_x86_64=('b272b5f48ea23005fd546a552287e59d78c4af04d7a0e48a4dba46a1752d050c')
-sha256sums_aarch64=('6c2633a4c5d3cea331b77d4ddd7cc3151a4dc47a693ffedbb96b1ec5e15e5128')
+sha256sums_x86_64=('12e75282001a54f31f652b42d3528cddda4af7f4cc91c460737753fa29cc41cd')
+sha256sums_aarch64=('045353a1ea846c37bea685f1333cd6666daef9e369ff1617958e5416c8e1ddc2')
source_x86_64=(
"kubeshark-$pkgver::https://github.com/kubeshark/kubeshark/releases/download/${pkgver}/kubeshark_linux_amd64"