summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772020-04-27 22:30:28 +0200
committerThor772020-04-27 22:30:28 +0200
commitb1c066dbb3dc78b25dcb6c313bef4dd69c7d4c9f (patch)
treee342bfc3b6dd764ea9605f3fdb9fe007cc65868d
parent5e769512cb17d22bd26a906e7a961459bb6a1f21 (diff)
downloadaur-b1c066dbb3dc78b25dcb6c313bef4dd69c7d4c9f.tar.gz
Bump version to 0.23.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6230c76801..dcef704047c9 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.22.0
+ pkgver = 0.23.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.22.0.tar.gz
- sha256sums = 6895280fcd99b58e6164b73e99b2383728e46d01af2748cb6cf786d90fd66fae
+ source = https://github.com/puppetlabs/wash/archive/0.23.0.tar.gz
+ sha256sums = 3b7462c7b4aa3163f9b79f2892495ec66c52ec29d6c5c91aa25d3d31c0e1e535
pkgname = wash
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"