Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopass: update to 1.10.1.
@ 2020-08-25 23:41 fnogcps
  2020-08-26 17:15 ` [PR REVIEW] " daniel-eys
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: fnogcps @ 2020-08-25 23:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/fnogcps/void-packages gopass
https://github.com/void-linux/void-packages/pull/24474

gopass: update to 1.10.1.


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

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

From 5055c7abeb08e76fdec017a8b7ef857c818131aa Mon Sep 17 00:00:00 2001
From: Felipe Nogueira <contato.fnog@gmail.com>
Date: Tue, 25 Aug 2020 20:26:32 -0300
Subject: [PATCH] gopass: update to 1.10.1.

---
 srcpkgs/gopass/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index c38f41b03cf..84b062fce85 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,6 +1,6 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.9.2
+version=1.10.1
 revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass
@@ -12,7 +12,7 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/justwatchcom/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=d1da878ca9abaf1edf4d09f81bf3173430fbc74a9006e278d1f3383160bb9096
+checksum=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961
 
 if [ "$CROSS_BUILD" ]; then
 	# Depend on system gopass to generate completions

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

* Re: [PR REVIEW] gopass: update to 1.10.1.
  2020-08-25 23:41 [PR PATCH] gopass: update to 1.10.1 fnogcps
@ 2020-08-26 17:15 ` daniel-eys
  2020-08-26 17:26 ` [PR PATCH] [Updated] " fnogcps
  2020-08-27 14:04 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: daniel-eys @ 2020-08-26 17:15 UTC (permalink / raw)
  To: ml

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

New review comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/24474#discussion_r477460681

Comment:
`justwatchcom` -> `gopasspw`

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

* Re: [PR PATCH] [Updated] gopass: update to 1.10.1.
  2020-08-25 23:41 [PR PATCH] gopass: update to 1.10.1 fnogcps
  2020-08-26 17:15 ` [PR REVIEW] " daniel-eys
@ 2020-08-26 17:26 ` fnogcps
  2020-08-27 14:04 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: fnogcps @ 2020-08-26 17:26 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by fnogcps against master on the void-packages repository

https://github.com/fnogcps/void-packages gopass
https://github.com/void-linux/void-packages/pull/24474

gopass: update to 1.10.1.


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

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

From 6442f0d034c19e1019c67c8a977664454ba4c04a Mon Sep 17 00:00:00 2001
From: Felipe Nogueira <contato.fnog@gmail.com>
Date: Wed, 26 Aug 2020 14:26:08 -0300
Subject: [PATCH] gopass: update to 1.10.1.

---
 srcpkgs/gopass/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index c38f41b03cf..a49f7cdf8a4 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,6 +1,6 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.9.2
+version=1.10.1
 revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass
@@ -10,9 +10,9 @@ short_desc="Slightly more awesome standard unix password manager for teams"
 maintainer="Felipe Nogueira <contato.fnog@gmail.com>"
 license="MIT"
 homepage="https://www.gopass.pw/"
-changelog="https://raw.githubusercontent.com/justwatchcom/gopass/master/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=d1da878ca9abaf1edf4d09f81bf3173430fbc74a9006e278d1f3383160bb9096
+checksum=f4bfe03bc26701baf411795faafe774aa6025bc6050ab3ebf7e931e5ff821961
 
 if [ "$CROSS_BUILD" ]; then
 	# Depend on system gopass to generate completions

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

* Re: [PR PATCH] [Merged]: gopass: update to 1.10.1.
  2020-08-25 23:41 [PR PATCH] gopass: update to 1.10.1 fnogcps
  2020-08-26 17:15 ` [PR REVIEW] " daniel-eys
  2020-08-26 17:26 ` [PR PATCH] [Updated] " fnogcps
@ 2020-08-27 14:04 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-08-27 14:04 UTC (permalink / raw)
  To: ml

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

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

gopass: update to 1.10.1.
https://github.com/void-linux/void-packages/pull/24474

Description:


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

end of thread, other threads:[~2020-08-27 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25 23:41 [PR PATCH] gopass: update to 1.10.1 fnogcps
2020-08-26 17:15 ` [PR REVIEW] " daniel-eys
2020-08-26 17:26 ` [PR PATCH] [Updated] " fnogcps
2020-08-27 14:04 ` [PR PATCH] [Merged]: " ahesford

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