summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Tobin2017-11-25 12:42:44 -0500
committerTom Tobin2017-11-25 12:42:44 -0500
commitb65889e6fad2f2981c595a323ca0185f7b6f4ee2 (patch)
treebdc9d663b198ff680f045e61b2df4f579430adeb
parente0aaa123d9af20d43e36ca4ac52c0b5f191b68c6 (diff)
downloadaur-b65889e6fad2f2981c595a323ca0185f7b6f4ee2.tar.gz
Update to awless 0.1.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 752bdff5891b..9abc99440d7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.1.6
+ pkgver = 0.1.7
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.6.tar.gz
- sha256sums = 815d9c0cf4fd8a03cbc76dbd5e8d9bbb039c485df59c2b458b0e9f5cc9556a5b
+ source = https://github.com/wallix/awless/archive/v0.1.7.tar.gz
+ sha256sums = 583e35c7b93788a37f1b193af9beed1ba351c23ecd15f42318831f2106cd0684
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index bef5b0d4ffed..4e1754c2e1f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom Tobin <tomxtobin@tomxtobin.com>
pkgname=awless
-pkgver=0.1.6
+pkgver=0.1.7
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=('815d9c0cf4fd8a03cbc76dbd5e8d9bbb039c485df59c2b458b0e9f5cc9556a5b')
+sha256sums=('583e35c7b93788a37f1b193af9beed1ba351c23ecd15f42318831f2106cd0684')
_vendorpath="gopath/src/$_vendor"