Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopass: update to 1.12.6
@ 2021-05-02  4:39 dominikschulz
  2021-05-02 14:31 ` [PR REVIEW] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dominikschulz @ 2021-05-02  4:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dominikschulz/void-packages gopass-1.12.6
https://github.com/void-linux/void-packages/pull/30621

gopass: update to 1.12.6
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gopass-1.12.6-30621.patch --]
[-- Type: text/x-diff, Size: 1098 bytes --]

From 3f91f9412bac560a0817843f23ba988625778c5a Mon Sep 17 00:00:00 2001
From: Dominik Schulz <mail@dschulz.eu>
Date: Sun, 2 May 2021 06:38:06 +0200
Subject: [PATCH] gopass: update to 1.12.6

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
---
 srcpkgs/gopass/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 613c7c9a6936..75fc6ee1afc2 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,7 +1,6 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.12.5
-revision=1
+version=1.12.6
 build_style=go
 build_helper=qemu
 go_import_path=github.com/gopasspw/gopass
@@ -14,7 +13,7 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=2c30167cfdd3b8b540d26c08885eee0cd2ad6333a49a4861ff33972890a9df02
+checksum=83da7598c4fca166a46aa50f4f6247c219fe3e0e066a5494447d1ca3d6197bf8
 
 post_install() {
 	vlicense LICENSE

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR REVIEW] gopass: update to 1.12.6
  2021-05-02  4:39 [PR PATCH] gopass: update to 1.12.6 dominikschulz
@ 2021-05-02 14:31 ` ericonr
  2021-05-23  3:03 ` ericonr
  2021-05-23  4:37 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-05-02 14:31 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30621#discussion_r624704213

Comment:
We always have `revision` in the template.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: gopass: update to 1.12.6
  2021-05-02  4:39 [PR PATCH] gopass: update to 1.12.6 dominikschulz
  2021-05-02 14:31 ` [PR REVIEW] " ericonr
@ 2021-05-23  3:03 ` ericonr
  2021-05-23  4:37 ` [PR PATCH] [Closed]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-05-23  3:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30621#issuecomment-846493948

Comment:
Ping

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Closed]: gopass: update to 1.12.6
  2021-05-02  4:39 [PR PATCH] gopass: update to 1.12.6 dominikschulz
  2021-05-02 14:31 ` [PR REVIEW] " ericonr
  2021-05-23  3:03 ` ericonr
@ 2021-05-23  4:37 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-05-23  4:37 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

gopass: update to 1.12.6
https://github.com/void-linux/void-packages/pull/30621

Description:
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-23  4:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-02  4:39 [PR PATCH] gopass: update to 1.12.6 dominikschulz
2021-05-02 14:31 ` [PR REVIEW] " ericonr
2021-05-23  3:03 ` ericonr
2021-05-23  4:37 ` [PR PATCH] [Closed]: " ericonr

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).