summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Cabanilla2019-11-07 10:45:45 -0800
committerCarlo Cabanilla2019-11-07 10:45:45 -0800
commitc1135e540b983a99f303c1d9cbf48be486dea1df (patch)
tree2a2aaa66ca65a8dda2575caf81b0dc822daa4d20
parentf5be3cd1229b8e44c3b278ca0d04bb809c0ebcf5 (diff)
downloadaur-c1135e540b983a99f303c1d9cbf48be486dea1df.tar.gz
v4.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ad0f13645a0..d47906235aca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = aws-vault
pkgdesc = A vault for securely storing and accessing AWS credentials in development environments
- pkgver = 4.6.4
+ pkgver = 4.7.1
pkgrel = 1
url = https://github.com/99designs/aws-vault
arch = x86_64
arch = i686
license = MIT
- source = aws-vault-4.6.4::https://github.com/99designs/aws-vault/releases/download/v4.6.4/aws-vault-linux-amd64
- sha256sums = 8c32fea663a213f2dfaa46c6acf0cc91be2d313f5f3de3aa1e9165b7a57aadbf
+ source = aws-vault-4.7.1::https://github.com/99designs/aws-vault/releases/download/v4.7.1/aws-vault-linux-amd64
+ sha256sums = 8de95adf6e3b185210df3f06ccbe57399721d0171032782ce428c86b23b8792c
pkgname = aws-vault
diff --git a/PKGBUILD b/PKGBUILD
index 53e77d39b4cb..946c7683a51b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=aws-vault
-pkgver=4.6.4
+pkgver=4.7.1
pkgrel=1
pkgdesc='A vault for securely storing and accessing AWS credentials in development environments'
arch=('x86_64' 'i686')
url='https://github.com/99designs/aws-vault'
license=('MIT')
source=("$pkgname-$pkgver::https://github.com/99designs/aws-vault/releases/download/v${pkgver}/aws-vault-linux-amd64")
-sha256sums=('8c32fea663a213f2dfaa46c6acf0cc91be2d313f5f3de3aa1e9165b7a57aadbf')
+sha256sums=('8de95adf6e3b185210df3f06ccbe57399721d0171032782ce428c86b23b8792c')
package() {
install -Dm755 $pkgname-$pkgver "${pkgdir}/usr/bin/aws-vault"