summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772020-02-06 10:11:07 +0100
committerThor772020-02-06 10:11:07 +0100
commitbd9000cfd8bd7081e426a0ec976b467128162a07 (patch)
tree8ffb7388a929e160389ae7ba6b23448539198424
parentc295b0e5253f608c1105761ce67b3fb82895bd2b (diff)
downloadaur-bd9000cfd8bd7081e426a0ec976b467128162a07.tar.gz
Bump version to 0.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4034377b1dab..159fd4b76a6a 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.1
+ pkgver = 0.20.0
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.1.tar.gz
- sha256sums = f3490d2ea4e06a02a7a376991572f76dafa0ca0c174512319dedf5bcc0eff070
+ source = https://github.com/puppetlabs/wash/archive/0.20.0.tar.gz
+ sha256sums = 62e5921feba7fb499e9ee0964fb670f660646efc03c994735dc160ab9cb68a06
pkgname = wash
diff --git a/PKGBUILD b/PKGBUILD
index 1a34bf4deb5e..3ee66b5d5cce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thor77 <thor77 at thor77 dot org>
pkgname='wash'
-pkgver='0.19.1'
+pkgver='0.20.0'
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=('f3490d2ea4e06a02a7a376991572f76dafa0ca0c174512319dedf5bcc0eff070')
+sha256sums=('62e5921feba7fb499e9ee0964fb670f660646efc03c994735dc160ab9cb68a06')
build() {
cd "$pkgname-$pkgver"