summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom X. Tobin2017-10-06 08:30:44 -0400
committerTom X. Tobin2017-10-06 08:30:44 -0400
commit8b6a61624e03e8379d5fd03ccc51aa88fdce8d25 (patch)
tree5578f857898326c4cd741d1fdaa46220e24bca50
parent85138b2612a3740f796d356628c9509aea188dae (diff)
downloadaur-8b6a61624e03e8379d5fd03ccc51aa88fdce8d25.tar.gz
Update to awless 0.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05485f2e5853..d381ad70c624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.1.4
+ pkgver = 0.1.5
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.4.tar.gz
- sha256sums = a6ae13a705a391fd496112551a2a608554f413772186cc37b55d6c0c128bb8ec
+ source = https://github.com/wallix/awless/archive/v0.1.5.tar.gz
+ sha256sums = 39a93e56a2e94309e1850cafa86332cc541ac2f77c7998b85faca63c3066647f
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index a1169bf9857e..a0af7dd9e08c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom X. Tobin <tomxtobin@tomxtobin.com>
pkgname=awless
-pkgver=0.1.4
+pkgver=0.1.5
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=('a6ae13a705a391fd496112551a2a608554f413772186cc37b55d6c0c128bb8ec')
+sha256sums=('39a93e56a2e94309e1850cafa86332cc541ac2f77c7998b85faca63c3066647f')
_vendorpath="gopath/src/$_vendor"