summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772020-02-03 20:34:43 +0100
committerThor772020-02-03 20:34:43 +0100
commitc295b0e5253f608c1105761ce67b3fb82895bd2b (patch)
tree484e8f39e189ed3479b26ddbba37353be9a37fb9
parentb1d7daf917d83a21ab54a181b972e21abe65a846 (diff)
downloadaur-c295b0e5253f608c1105761ce67b3fb82895bd2b.tar.gz
Bump version to 0.19.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ef9dd8b1d66..4034377b1dab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wash
pkgdesc = A cloud-native shell for bringing remote infrastructure to your terminal
- pkgver = 0.19.0
+ pkgver = 0.19.1
pkgrel = 1
url = https://puppetlabs.github.io/wash/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = wash
license = Apache
makedepends = go
makedepends = git
- source = https://github.com/puppetlabs/wash/archive/0.19.0.tar.gz
- sha256sums = bd7f84aebb61ffadac481154047b03c09b95a6632e0513ce5b43bcdac0fddfb4
+ source = https://github.com/puppetlabs/wash/archive/0.19.1.tar.gz
+ sha256sums = f3490d2ea4e06a02a7a376991572f76dafa0ca0c174512319dedf5bcc0eff070
pkgname = wash
diff --git a/PKGBUILD b/PKGBUILD
index e273d6dbae8f..1a34bf4deb5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thor77 <thor77 at thor77 dot org>
pkgname='wash'
-pkgver='0.19.0'
+pkgver='0.19.1'
pkgrel='1'
pkgdesc='A cloud-native shell for bringing remote infrastructure to your terminal'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -8,7 +8,7 @@ url='https://puppetlabs.github.io/wash/'
license=('Apache')
makedepends=('go' 'git')
source=("https://github.com/puppetlabs/wash/archive/${pkgver}.tar.gz")
-sha256sums=('bd7f84aebb61ffadac481154047b03c09b95a6632e0513ce5b43bcdac0fddfb4')
+sha256sums=('f3490d2ea4e06a02a7a376991572f76dafa0ca0c174512319dedf5bcc0eff070')
build() {
cd "$pkgname-$pkgver"