summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Goutnik2018-04-25 09:36:09 -0500
committerDmitri Goutnik2018-04-25 09:36:09 -0500
commite5df65fc51428f232dce5f5fb11242ead3cd3d32 (patch)
tree638fb6d8e743ef18a1efb74ce2fca16c79eac2b8
parente6b020bb4ac45c3c01af03e0a14bffa64b1d5b1a (diff)
downloadaur-e5df65fc51428f232dce5f5fb11242ead3cd3d32.tar.gz
Updated: awless 0.1.10-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 825b0b2595f3..c3c932d1ac36 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.1.9
+ pkgver = 0.1.10
pkgrel = 1
url = https://github.com/wallix/awless
arch = i686
@@ -8,8 +8,8 @@ pkgbase = awless
license = Apache
makedepends = go
depends = glibc
- source = awless-0.1.9.tar.gz::https://github.com/wallix/awless/archive/v0.1.9.tar.gz
- sha256sums = eba348663d4ab4695a474ec50633fb784bcbf547c750705870eafa195585d74b
+ source = awless-0.1.10.tar.gz::https://github.com/wallix/awless/archive/v0.1.10.tar.gz
+ sha256sums = d2e9075e1f16055796a699d165ff2b2dbc1b2fcf408bb644497553e3108a2cf3
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index c3811ad7fea9..bbda22ca9c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tom Tobin <archlinux@tomxtobin.com>
pkgname=awless
-pkgver=0.1.9
+pkgver=0.1.10
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=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('eba348663d4ab4695a474ec50633fb784bcbf547c750705870eafa195585d74b')
+sha256sums=('d2e9075e1f16055796a699d165ff2b2dbc1b2fcf408bb644497553e3108a2cf3')
prepare() {
mkdir -p src/github.com/wallix