summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772020-02-08 09:42:14 +0100
committerThor772020-02-08 09:42:14 +0100
commit8983315717bbf5b9c12f1e2d41608ad7a230134b (patch)
tree0a5813fc96322e9d8c93ab47e97df3e4269e37bc
parent90cc3238267502b90f7eeab0e608cf8617260a69 (diff)
downloadaur-8983315717bbf5b9c12f1e2d41608ad7a230134b.tar.gz
Bump version to 0.20.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ca28be4b463..b2afe707a6fd 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.20.1
+ pkgver = 0.20.2
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.20.1.tar.gz
- sha256sums = d5f8203d0589d4b182cd5298c56a4159f507630775d2e2f76a6dee53aae0ed05
+ source = https://github.com/puppetlabs/wash/archive/0.20.2.tar.gz
+ sha256sums = 35e96360117aaee81023047267e374bbfb82ae0a8c9428a9b0e8dfce36ef5f89
pkgname = wash
diff --git a/PKGBUILD b/PKGBUILD
index 1d7440909658..c904b9ff39c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thor77 <thor77 at thor77 dot org>
pkgname='wash'
-pkgver='0.20.1'
+pkgver='0.20.2'
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=('d5f8203d0589d4b182cd5298c56a4159f507630775d2e2f76a6dee53aae0ed05')
+sha256sums=('35e96360117aaee81023047267e374bbfb82ae0a8c9428a9b0e8dfce36ef5f89')
build() {
cd "$pkgname-$pkgver"