Andreas Schleifer pushed to branch main at Arch Linux / Packaging / Packages /
stern
Commits:
b4b9a60a by Andreas Schleifer at 2024-05-03T08:42:21+02:00
upgpkg: 1.29.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = stern
pkgdesc = Multi pod and container log tailing for Kubernetes
- pkgver = 1.28.0
+ pkgver = 1.29.0
pkgrel = 1
url = https://github.com/stern/stern
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = stern
depends = glibc
optdepends = bash-completion: for bash completion support
options = !lto
- source =
https://github.com/stern/stern/archive/v1.28.0/stern-1.28.0.tar.gz
- sha512sums =
cae6aab0da301448352c346d4797c8e34b64411fccb1e925ef26ad918b355008d17bba1146074cea299019af33470a778a0481773c0867242699d4ba63a6531f
- b2sums =
768ebdf731e36b7a4629785a7410e40b98fc14bb7c2e9c7913dbbd6963f769ae3c56d97c73ffb6a7f3d775d0d4b4087142f865fffe5b66d5f4565604777b3f6d
+ source =
https://github.com/stern/stern/archive/v1.29.0/stern-1.29.0.tar.gz
+ sha512sums =
6eee8b950b6dc225d2c6ffa7d47803af6e5e810d3dca548658c532c3f62a182ed23022f28f13da7c3747fc1b5242015239ba059f59ef9b74e60b05a1307b08bb
+ b2sums =
e18b397eff8ff71c91dae22d12e50c37a58a2f13ad13a98182e3b15385dd24734605b763f700958992dadb1f8df68ad846a1673ddf15a944d0a18ee894adbcc0
pkgname = stern
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=stern
pkgdesc="Multi pod and container log tailing for Kubernetes"
-pkgver=1.28.0
+pkgver=1.29.0
pkgrel=1
arch=('x86_64')
url="https://github.com/stern/stern"
@@ -12,8 +12,8 @@ depends=('glibc')
makedepends=('go')
optdepends=('bash-completion: for bash completion support')
source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('cae6aab0da301448352c346d4797c8e34b64411fccb1e925ef26ad918b355008d17bba1146074cea299019af33470a778a0481773c0867242699d4ba63a6531f')
-b2sums=('768ebdf731e36b7a4629785a7410e40b98fc14bb7c2e9c7913dbbd6963f769ae3c56d97c73ffb6a7f3d775d0d4b4087142f865fffe5b66d5f4565604777b3f6d')
+sha512sums=('6eee8b950b6dc225d2c6ffa7d47803af6e5e810d3dca548658c532c3f62a182ed23022f28f13da7c3747fc1b5242015239ba059f59ef9b74e60b05a1307b08bb')
+b2sums=('e18b397eff8ff71c91dae22d12e50c37a58a2f13ad13a98182e3b15385dd24734605b763f700958992dadb1f8df68ad846a1673ddf15a944d0a18ee894adbcc0')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stern/-/commit/b4b9a60aaab82b3a4a518ca3917bb29963c2bd44
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stern/-/commit/b4b9a60aaab82b3a4a518ca3917bb29963c2bd44
You're receiving this email because of your account on gitlab.archlinux.org.