summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlo Cabanilla2018-11-05 10:59:10 -0800
committerCarlo Cabanilla2018-11-05 10:59:10 -0800
commit3aebde5f30d0892d5eed8d59f5e525c8418d91b0 (patch)
tree5bdc288d98f62ca07687183bb5098448f91faba4
parent10038c3cd006f2fbac7ce49fb02be10fa125282f (diff)
downloadaur-3aebde5f30d0892d5eed8d59f5e525c8418d91b0.tar.gz
v4.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab8b11d2c362..99e730c7b02d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Aug 29 04:41:16 UTC 2018
+# Mon Nov 5 18:58:32 UTC 2018
pkgbase = aws-vault
pkgdesc = A vault for securely storing and accessing AWS credentials in development environments
- pkgver = 4.3.0
+ pkgver = 4.4.1
pkgrel = 1
url = https://github.com/99designs/aws-vault
arch = x86_64
arch = i686
license = MIT
- source = aws-vault-4.3.0::https://github.com/99designs/aws-vault/releases/download/v4.3.0/aws-vault-linux-amd64
- sha256sums = 3557addb7e57604b476b30c949b27d046b5d33f6973fbf162432b77cbf0d1bc0
+ source = aws-vault-4.4.1::https://github.com/99designs/aws-vault/releases/download/v4.4.1/aws-vault-linux-amd64
+ sha256sums = b412a2750e9c95a3209232b64cd086a1490aabd9dcea02b9d84f43bde31b122a
pkgname = aws-vault
diff --git a/PKGBUILD b/PKGBUILD
index 0eb498403130..ef45a2907e73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Carlo Cabanilla <carlo.cabanilla@gmail.com>
pkgname=aws-vault
-pkgver=4.3.0
+pkgver=4.4.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=('3557addb7e57604b476b30c949b27d046b5d33f6973fbf162432b77cbf0d1bc0')
+sha256sums=('b412a2750e9c95a3209232b64cd086a1490aabd9dcea02b9d84f43bde31b122a')
package() {
install -Dm755 $pkgname-$pkgver "${pkgdir}/usr/bin/aws-vault"