summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Cabanilla2019-07-15 14:26:06 -0700
committerCarlo Cabanilla2019-07-15 14:26:06 -0700
commit9ef4f6e6ba74c0281f9982d873c1deae3a99e251 (patch)
tree08a7829969418cb89e7f6c9ddea519bd5fd6fb6e
parentd9be3c5ca6f0c660717ec19aa26b186c0b1713c0 (diff)
downloadaur-9ef4f6e6ba74c0281f9982d873c1deae3a99e251.tar.gz
v4.6.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1efcf1a5fe24..4846d11d5ad9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Sat Feb 9 04:46:24 UTC 2019
pkgbase = aws-vault
pkgdesc = A vault for securely storing and accessing AWS credentials in development environments
- pkgver = 4.5.1
+ pkgver = 4.6.2
pkgrel = 1
url = https://github.com/99designs/aws-vault
arch = x86_64
arch = i686
license = MIT
- source = aws-vault-4.5.1::https://github.com/99designs/aws-vault/releases/download/v4.5.1/aws-vault-linux-amd64
- sha256sums = f43dec2fd640447c81cb8d35098132b8548e523a0e85f3e975dac46f5d12ad91
+ source = aws-vault-4.6.2::https://github.com/99designs/aws-vault/releases/download/v4.6.2/aws-vault-linux-amd64
+ sha256sums = 0ed3be765cafd37db7b03bdad11456b47459d2df380314813033582c0e71091c
pkgname = aws-vault
diff --git a/PKGBUILD b/PKGBUILD
index ac338c7428e0..0d0fd48e4e4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=aws-vault
-pkgver=4.5.1
+pkgver=4.6.2
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=('f43dec2fd640447c81cb8d35098132b8548e523a0e85f3e975dac46f5d12ad91')
+sha256sums=('0ed3be765cafd37db7b03bdad11456b47459d2df380314813033582c0e71091c')
package() {
install -Dm755 $pkgname-$pkgver "${pkgdir}/usr/bin/aws-vault"