summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom X. Tobin2017-05-26 13:10:50 -0400
committerTom X. Tobin2017-05-26 13:10:50 -0400
commit228cc72e037f2e5b204b242ebb677e14abe85397 (patch)
tree5fd731fb73b0a91ea966a465e436273b132ccf6e
parent8256a1a9bdef796a60def59350e98426263f9d29 (diff)
downloadaur-228cc72e037f2e5b204b242ebb677e14abe85397.tar.gz
Update to awless 0.0.25
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d516381f070f..3518f7149b54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = awless
pkgdesc = A command line interface for Amazon Web Services (AWS)
- pkgver = 0.0.24
+ pkgver = 0.0.25
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.24.tar.gz
- sha256sums = 77a75dc24d8a079435f9e16b36d372482d4ec4126e4831ae0509f391f8b476fd
+ source = https://github.com/wallix/awless/archive/v0.0.25.tar.gz
+ sha256sums = 1358558d2a9701f967ee1093091d840d7fdc22008840b78179fd21d864d99d07
pkgname = awless
diff --git a/PKGBUILD b/PKGBUILD
index 03bc649a25d3..2f4fc9c9238a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tom X. Tobin <tomxtobin@tomxtobin.com>
pkgname=awless
-pkgver=0.0.24
+pkgver=0.0.25
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=('77a75dc24d8a079435f9e16b36d372482d4ec4126e4831ae0509f391f8b476fd')
+sha256sums=('1358558d2a9701f967ee1093091d840d7fdc22008840b78179fd21d864d99d07')
_vendorpath="gopath/src/$_vendor"