summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Weald2018-10-17 16:08:27 +0100
committerSimon Weald2018-10-17 16:08:27 +0100
commitd837388a66a3db67d6b0557e440ae708bfa51394 (patch)
treeee2c5f59403b370c56fbfa786c5b230ada8d09c4
parent3c5e24083f216bb2dda532d2b55885eac88bb134 (diff)
downloadaur-d837388a66a3db67d6b0557e440ae708bfa51394.tar.gz
bumped to 1.10.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffb5f377e40f..873c225841b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Fri Oct 12 12:39:20 UTC 2018
+# Wed Oct 17 15:06:15 UTC 2018
pkgbase = stern-bin
pkgdesc = Multi pod and container log tailing for Kubernetes
- pkgver = 1.9.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://github.com/wercker/stern
arch = x86_64
license = apache
- source = https://github.com/wercker/stern/releases/download/1.9.0/stern_linux_amd64
- sha256sums = 7a2d02cb457a33283908f81f98ef4f0d23e7f021e532dc19cf374f8c3990eea0
+ source = https://github.com/wercker/stern/releases/download/1.10.0/stern_linux_amd64
+ sha256sums = a0335b298f6a7922c35804bffb32a68508077b2f35aaef44d9eb116f36bc7eda
pkgname = stern-bin
diff --git a/PKGBUILD b/PKGBUILD
index bb119205b6d2..0b64d7d21e44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=stern-bin
pkgdesc="Multi pod and container log tailing for Kubernetes"
-pkgver=1.9.0
+pkgver=1.10.0
pkgrel=1
arch=('x86_64')
url="https://github.com/wercker/stern"
license=('apache')
_stern_file=stern_linux_amd64
source=("https://github.com/wercker/stern/releases/download/$pkgver/$_stern_file")
-sha256sums=('7a2d02cb457a33283908f81f98ef4f0d23e7f021e532dc19cf374f8c3990eea0')
+sha256sums=('a0335b298f6a7922c35804bffb32a68508077b2f35aaef44d9eb116f36bc7eda')
package() {
install -Dm 755 "$srcdir/$_stern_file" "$pkgdir/usr/bin/stern"