summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2020-02-13 10:26:01 +0200
committerChristoph Gysin2020-02-13 10:37:48 +0200
commit09b1f5cee9368bb402030816706f1a081f03372c (patch)
tree42556b5d4cccef57502ad63328f41c3c0d7ea7d9
parentef303ddbcca18b6f3d3d32f7db3e436be71ce70a (diff)
downloadaur-09b1f5cee9368bb402030816706f1a081f03372c.tar.gz
update to 5.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e117a400c858..49f42c0196dd 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 = 5.2.0
+ pkgver = 5.2.1
pkgrel = 1
url = https://github.com/99designs/aws-vault
arch = x86_64
arch = i686
license = MIT
- source = aws-vault-5.2.0::https://github.com/99designs/aws-vault/releases/download/v5.2.0/aws-vault-linux-amd64
- sha256sums = 714f1f5929a23203dbf40e0b3a77b8567a4efc7138309803697c358c46a4e80c
+ source = aws-vault-5.2.1::https://github.com/99designs/aws-vault/releases/download/v5.2.1/aws-vault-linux-amd64
+ sha256sums = b19ccfbbf11ada99e92c62fc6d622e34e97c891ca5a59a71ccd625ef9cf6f459
pkgname = aws-vault
diff --git a/PKGBUILD b/PKGBUILD
index 622e97441fd1..b23aa2eb5c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
+# Maintainer: Christoph Gysin <christoph.gysin@gmail.com>
pkgname=aws-vault
-pkgver=5.2.0
+pkgver=5.2.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=('714f1f5929a23203dbf40e0b3a77b8567a4efc7138309803697c358c46a4e80c')
+sha256sums=('b19ccfbbf11ada99e92c62fc6d622e34e97c891ca5a59a71ccd625ef9cf6f459')
package() {
install -Dm755 $pkgname-$pkgver "${pkgdir}/usr/bin/aws-vault"