summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom X. Tobin2017-05-31 13:13:34 -0400
committerTom X. Tobin2017-05-31 13:13:34 -0400
commit5865a0d3e8b7423000eb5cddb7676d3215c3dc6c (patch)
treec1b4ae93dfdbb42e28541dd756ea1511e1ec5caf
parent228cc72e037f2e5b204b242ebb677e14abe85397 (diff)
downloadaur-5865a0d3e8b7423000eb5cddb7676d3215c3dc6c.tar.gz
Update to awless 0.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3518f7149b54..36240858a298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.0.25
+ pkgver = 0.1.0
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.25.tar.gz
- sha256sums = 1358558d2a9701f967ee1093091d840d7fdc22008840b78179fd21d864d99d07
+ source = https://github.com/wallix/awless/archive/v0.1.0.tar.gz
+ sha256sums = 2b378e4d02205117e8f984601a6d437cb83c98ee0dbf1643813669332719fb9f
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index 2f4fc9c9238a..50e302900c64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom X. Tobin <tomxtobin@tomxtobin.com>
pkgname=awless
-pkgver=0.0.25
+pkgver=0.1.0
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=('1358558d2a9701f967ee1093091d840d7fdc22008840b78179fd21d864d99d07')
+sha256sums=('2b378e4d02205117e8f984601a6d437cb83c98ee0dbf1643813669332719fb9f')
_vendorpath="gopath/src/$_vendor"