summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772020-02-07 08:59:47 +0100
committerThor772020-02-07 08:59:47 +0100
commit90cc3238267502b90f7eeab0e608cf8617260a69 (patch)
tree71b16e3f036729cc6569438603c81d70db1bb041
parentbd9000cfd8bd7081e426a0ec976b467128162a07 (diff)
downloadaur-90cc3238267502b90f7eeab0e608cf8617260a69.tar.gz
Bump version to 0.20.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 159fd4b76a6a..7ca28be4b463 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.0
+ pkgver = 0.20.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.20.0.tar.gz
- sha256sums = 62e5921feba7fb499e9ee0964fb670f660646efc03c994735dc160ab9cb68a06
+ source = https://github.com/puppetlabs/wash/archive/0.20.1.tar.gz
+ sha256sums = d5f8203d0589d4b182cd5298c56a4159f507630775d2e2f76a6dee53aae0ed05
pkgname = wash
diff --git a/PKGBUILD b/PKGBUILD
index 3ee66b5d5cce..1d7440909658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thor77 <thor77 at thor77 dot org>
pkgname='wash'
-pkgver='0.20.0'
+pkgver='0.20.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=('62e5921feba7fb499e9ee0964fb670f660646efc03c994735dc160ab9cb68a06')
+sha256sums=('d5f8203d0589d4b182cd5298c56a4159f507630775d2e2f76a6dee53aae0ed05')
build() {
cd "$pkgname-$pkgver"