summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46c5f0510e44..a1d24020bef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thor77 <thor77 at thor77 dot org>
pkgname='wash'
-pkgver='0.22.0'
+pkgver='0.23.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=('6895280fcd99b58e6164b73e99b2383728e46d01af2748cb6cf786d90fd66fae')
+sha256sums=('3b7462c7b4aa3163f9b79f2892495ec66c52ec29d6c5c91aa25d3d31c0e1e535')
build() {
cd "$pkgname-$pkgver"