summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitri Goutnik2018-08-15 10:10:35 -0500
committerDmitri Goutnik2018-08-15 10:10:35 -0500
commiteb10526e7d1faedb404cfc0d0228349b7c0ad6e2 (patch)
tree0070378d6b9cd304e640dc2725f82d7b3ac18a83
parente5df65fc51428f232dce5f5fb11242ead3cd3d32 (diff)
downloadaur-eb10526e7d1faedb404cfc0d0228349b7c0ad6e2.tar.gz
Updated: awless 0.1.11-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 c3c932d1ac36..86d0391e731b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.1.10
+ pkgver = 0.1.11
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.10.tar.gz::https://github.com/wallix/awless/archive/v0.1.10.tar.gz
- sha256sums = d2e9075e1f16055796a699d165ff2b2dbc1b2fcf408bb644497553e3108a2cf3
+ source = awless-0.1.11.tar.gz::https://github.com/wallix/awless/archive/v0.1.11.tar.gz
+ sha256sums = 1a78636face8753cb983a5e4c1e3bfc9e1940e7eb932aa01fe2cbded46fd4292
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index bbda22ca9c10..0bc1016fb971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tom Tobin <archlinux@tomxtobin.com>
pkgname=awless
-pkgver=0.1.10
+pkgver=0.1.11
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=('d2e9075e1f16055796a699d165ff2b2dbc1b2fcf408bb644497553e3108a2cf3')
+sha256sums=('1a78636face8753cb983a5e4c1e3bfc9e1940e7eb932aa01fe2cbded46fd4292')
prepare() {
mkdir -p src/github.com/wallix