summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom X. Tobin2017-07-23 09:23:12 -0400
committerTom X. Tobin2017-07-23 09:23:12 -0400
commit24257638a5a7a9bc358456efe79863fa3fbe0c3e (patch)
tree85e327b2744477e4823dfe1d6c81204b9db80014
parent5865a0d3e8b7423000eb5cddb7676d3215c3dc6c (diff)
downloadaur-24257638a5a7a9bc358456efe79863fa3fbe0c3e.tar.gz
Update to awless 0.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36240858a298..5637a8420f67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://github.com/wallix/awless
arch = i686
@@ -8,8 +8,8 @@ pkgbase = awless
license = Apache
makedepends = go
depends = glibc
- source = https://github.com/wallix/awless/archive/v0.1.0.tar.gz
- sha256sums = 2b378e4d02205117e8f984601a6d437cb83c98ee0dbf1643813669332719fb9f
+ source = https://github.com/wallix/awless/archive/v0.1.1.tar.gz
+ sha256sums = d89723cb807f16620c5837ac6345ac95823e201b6c5e685004f8b816c6d1f47f
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index 50e302900c64..e0ff1b904254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom X. Tobin <tomxtobin@tomxtobin.com>
pkgname=awless
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="A command line interface for Amazon Web Services (AWS)"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('glibc')
makedepends=('go')
source=("https://${_vendor}/archive/v${pkgver}.tar.gz")
-sha256sums=('2b378e4d02205117e8f984601a6d437cb83c98ee0dbf1643813669332719fb9f')
+sha256sums=('d89723cb807f16620c5837ac6345ac95823e201b6c5e685004f8b816c6d1f47f')
_vendorpath="gopath/src/$_vendor"