summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom X. Tobin2017-05-22 10:10:28 -0400
committerTom X. Tobin2017-05-22 10:10:28 -0400
commit8256a1a9bdef796a60def59350e98426263f9d29 (patch)
tree2bdc23afef83370cfbfa22fb5abddf3cf45cd889
parent502a9ab77ce34b9162c06d8c5b61ede6e95c867a (diff)
downloadaur-8256a1a9bdef796a60def59350e98426263f9d29.tar.gz
Update to awless 0.0.24
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4010157f9aa5..d516381f070f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.0.23
+ pkgver = 0.0.24
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.0.23.tar.gz
- sha256sums = 13cb9bac1d55bca7d9563685ce620b40ed5426b6c9939a74d40cf204027549e4
+ source = https://github.com/wallix/awless/archive/v0.0.24.tar.gz
+ sha256sums = 77a75dc24d8a079435f9e16b36d372482d4ec4126e4831ae0509f391f8b476fd
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index 8ba70af8d7b5..03bc649a25d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom X. Tobin <tomxtobin@tomxtobin.com>
pkgname=awless
-pkgver=0.0.23
+pkgver=0.0.24
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=('13cb9bac1d55bca7d9563685ce620b40ed5426b6c9939a74d40cf204027549e4')
+sha256sums=('77a75dc24d8a079435f9e16b36d372482d4ec4126e4831ae0509f391f8b476fd')
_vendorpath="gopath/src/$_vendor"