Github messages for voidlinux
 help / color / mirror / Atom feed
From: ndowens <ndowens@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] aws-vault: update to 6.2.0
Date: Mon, 30 Nov 2020 16:10:16 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26829@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 359 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages aws-vault
https://github.com/void-linux/void-packages/pull/26829

aws-vault: update to 6.2.0
Change shell completions install method to new

A patch file from https://github.com/void-linux/void-packages/pull/26829.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aws-vault-26829.patch --]
[-- Type: text/x-diff, Size: 1657 bytes --]

From 442540b40c0cbaee8974576062be6d669c422585 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 09:10:40 -0600
Subject: [PATCH] aws-vault: update to 6.2.0

Change shell completions install method to new
---
 srcpkgs/aws-vault/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/aws-vault/template b/srcpkgs/aws-vault/template
index 64493fb34d1..3746480dad8 100644
--- a/srcpkgs/aws-vault/template
+++ b/srcpkgs/aws-vault/template
@@ -1,6 +1,6 @@
 # Template file for 'aws-vault'
 pkgname=aws-vault
-version=5.4.4
+version=6.2.0
 revision=1
 build_style=go
 go_import_path=github.com/99designs/aws-vault
@@ -9,13 +9,13 @@ short_desc="Vault for securely storing and accessing AWS credentials"
 maintainer="klardotsh <josh@klar.sh>"
 license="MIT"
 homepage="https://github.com/99designs/aws-vault"
-distfiles="https://github.com/99designs/aws-vault/archive/v${version}${_status}.tar.gz"
-checksum=29844e459a3421ae0123b83a3097c15bc2980bf787374c1ade44328cf14fde4e
+distfiles="https://github.com/99designs/aws-vault/archive/v${version}.tar.gz"
+checksum=39886f4bc3985d4aefbae6fc88532499ac2c39cbabc33d860bba6d355158e17d
 
 post_install() {
 	vlicense LICENSE
 
-	vinstall completions/zsh/_aws-vault 0644 usr/share/zsh/site-functions
-	vinstall completions/bash/aws-vault 0644 usr/share/bash-completion/completions
-	vinstall completions/fish/aws-vault.fish 0644 usr/share/fish/vendor_completions.d
+	vcompletion contrib/completions/zsh/aws-vault.zsh zsh
+	vcompletion contrib/completions/bash/aws-vault.bash bash
+	vcompletion contrib/completions/fish/aws-vault.fish fish
 }

             reply	other threads:[~2020-11-30 15:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-30 15:10 ndowens [this message]
2020-12-10 20:24 ` [PR PATCH] [Merged]: " Piraty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26829@inbox.vuxu.org \
    --to=ndowens@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).