summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom X. Tobin2017-09-08 08:57:28 -0400
committerTom X. Tobin2017-09-08 08:57:28 -0400
commitbdbcc06d17ea8280950c10a58faba453a4e46ec5 (patch)
treebb0d17c6dd12f627dec261091a027201644749b9
parent27b845c80b39e1d62bb8a1adaa1bb0f5857f7a21 (diff)
downloadaur-bdbcc06d17ea8280950c10a58faba453a4e46ec5.tar.gz
Update to awless 0.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de332f5a12f2..4462ec46683b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.1.2
+ pkgver = 0.1.3
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.2.tar.gz
- sha256sums = e4fd9d741e4543917cfa7379298f69f6fc83a60e4c93f9a6648526849864a86e
+ source = https://github.com/wallix/awless/archive/v0.1.3.tar.gz
+ sha256sums = 77ebc8e0b0eff16f79371533d69904989c3d38e000827dc9f459534f27de923b
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index cb4d95a10079..1c49a9801f9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom X. Tobin <tomxtobin@tomxtobin.com>
pkgname=awless
-pkgver=0.1.2
+pkgver=0.1.3
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=('e4fd9d741e4543917cfa7379298f69f6fc83a60e4c93f9a6648526849864a86e')
+sha256sums=('77ebc8e0b0eff16f79371533d69904989c3d38e000827dc9f459534f27de923b')
_vendorpath="gopath/src/$_vendor"