summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Cabanilla2018-08-28 21:42:00 -0700
committerCarlo Cabanilla2018-08-28 21:42:00 -0700
commit10038c3cd006f2fbac7ce49fb02be10fa125282f (patch)
treed95f280bbac5167626e8bd5c30dd1245b7b75508
parentf111a52c4920044e13745b531d25d319d13d4823 (diff)
downloadaur-10038c3cd006f2fbac7ce49fb02be10fa125282f.tar.gz
v4.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70ba5a6346f9..ab8b11d2c362 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun May 27 16:34:20 UTC 2018
+# Wed Aug 29 04:41:16 UTC 2018
pkgbase = aws-vault
pkgdesc = A vault for securely storing and accessing AWS credentials in development environments
- pkgver = 4.2.1
+ pkgver = 4.3.0
pkgrel = 1
url = https://github.com/99designs/aws-vault
arch = x86_64
arch = i686
license = MIT
- source = aws-vault-4.2.1::https://github.com/99designs/aws-vault/releases/download/v4.2.1/aws-vault-linux-amd64
- sha256sums = dc054509b608d645a3d5690d7d486c8fff3b349048e83062a302a3ba66a8e9f6
+ source = aws-vault-4.3.0::https://github.com/99designs/aws-vault/releases/download/v4.3.0/aws-vault-linux-amd64
+ sha256sums = 3557addb7e57604b476b30c949b27d046b5d33f6973fbf162432b77cbf0d1bc0
pkgname = aws-vault
diff --git a/PKGBUILD b/PKGBUILD
index 62ed34553fe8..0eb498403130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=aws-vault
-pkgver=4.2.1
+pkgver=4.3.0
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=('dc054509b608d645a3d5690d7d486c8fff3b349048e83062a302a3ba66a8e9f6')
+sha256sums=('3557addb7e57604b476b30c949b27d046b5d33f6973fbf162432b77cbf0d1bc0')
package() {
install -Dm755 $pkgname-$pkgver "${pkgdir}/usr/bin/aws-vault"