summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom X. Tobin2017-03-29 17:28:09 -0400
committerTom X. Tobin2017-03-29 17:28:09 -0400
commit0f9aa3c8c6db7e214ba34c2fbe4e4cc9a56fbf63 (patch)
tree670c06939c4d6c73887f448a3adc6d71f148d785
parentd09e759f337d45a3b8d3f2748b775b00b27d6024 (diff)
downloadaur-0f9aa3c8c6db7e214ba34c2fbe4e4cc9a56fbf63.tar.gz
Update to awless 0.0.21
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29ea2068a155..c3a32643f9ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.0.16
+ pkgver = 0.0.21
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.16.tar.gz
- sha256sums = e75967799392d3b8d1820b74b191ef8db605e301e3a7cc5b2b657d79f05e6075
+ source = https://github.com/wallix/awless/archive/v0.0.21.tar.gz
+ sha256sums = 04b39738de5c4e28b2e2078e9e76bfdbcfa050f2cb13540a2646229f6f552556
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index 9b3e92e8b0bf..3a903d587a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom X. Tobin <tomxtobin@tomxtobin.com>
pkgname=awless
-pkgver=0.0.16
+pkgver=0.0.21
pkgrel=1
pkgdesc="A command line interface for Amazon Web Services (AWS)"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="https://${_vendor}"
license=('Apache')
depends=('glibc')
makedepends=('go')
-source=("https://${_vendor}/archive/${pkgver}.tar.gz")
-sha256sums=('e75967799392d3b8d1820b74b191ef8db605e301e3a7cc5b2b657d79f05e6075')
+source=("https://${_vendor}/archive/v${pkgver}.tar.gz")
+sha256sums=('04b39738de5c4e28b2e2078e9e76bfdbcfa050f2cb13540a2646229f6f552556')
_vendorpath="gopath/src/$_vendor"