summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom X. Tobin2017-02-28 14:53:35 -0500
committerTom X. Tobin2017-02-28 14:53:35 -0500
commita5b4555ac558e7a169e3d1dc1962454df75614c2 (patch)
treee0845113a98370c18bc68644f1be8b4d84a3f96b
parentfa25cd4875a30beddb644dfa3dec908a47ddb461 (diff)
downloadaur-a5b4555ac558e7a169e3d1dc1962454df75614c2.tar.gz
Update to awless 0.0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c62c53f0c32f..8eda0c5ad0b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.0.14
+ pkgver = 0.0.15
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/0.0.14.tar.gz
- sha256sums = 3c9b19a4b8d9486fb7da093529338b03e75729b476973f5e7412e69b3533659d
+ source = https://github.com/wallix/awless/archive/0.0.15.tar.gz
+ sha256sums = 5b6d27db81f8310e222e38bdbbf9225509896a4a7c168f64f3d4eca0a6f3a22e
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index 27ed8aa8824a..368197480b24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom X. Tobin <tomxtobin@tomxtobin.com>
pkgname=awless
-pkgver=0.0.14
+pkgver=0.0.15
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/${pkgver}.tar.gz")
-sha256sums=('3c9b19a4b8d9486fb7da093529338b03e75729b476973f5e7412e69b3533659d')
+sha256sums=('5b6d27db81f8310e222e38bdbbf9225509896a4a7c168f64f3d4eca0a6f3a22e')
_vendorpath="gopath/src/$_vendor"