Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopass: update to 1.15.0
@ 2022-12-04 13:15 dominikschulz
  2022-12-05  8:31 ` [PR PATCH] [Updated] " dominikschulz
  2022-12-25 11:46 ` [PR PATCH] [Closed]: " dominikschulz
  0 siblings, 2 replies; 3+ messages in thread
From: dominikschulz @ 2022-12-04 13:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dominikschulz/void-packages gopass-1.15.0
https://github.com/void-linux/void-packages/pull/40905

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

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

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

From 6550d67ae04ddfdb782358730e1e8337446a1fd3 Mon Sep 17 00:00:00 2001
From: Dominik Schulz <mail@dschulz.eu>
Date: Sun, 4 Dec 2022 14:15:22 +0100
Subject: [PATCH] gopass: update to 1.15.0

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

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 8ddbad99127d..7be1bfee1153 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,20 +1,20 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.14.6
-revision=2
+version=1.15.0
+revision=0
 build_style=go
 build_helper=qemu
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path} ${go_import_path}/cmd/..."
 makedepends="gnupg"
-depends="gnupg>=2 git age"
+depends="gnupg>=2 git"
 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/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=80d0a738ad1a4943e7e98a2db7d11e2b9abb890af8986307e1f0e40cbbf0b00d
+checksum=cae31c3560570640517971c34444e29136096a0eca90509b067263fa47a1ab09
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] gopass: update to 1.15.0
  2022-12-04 13:15 [PR PATCH] gopass: update to 1.15.0 dominikschulz
@ 2022-12-05  8:31 ` dominikschulz
  2022-12-25 11:46 ` [PR PATCH] [Closed]: " dominikschulz
  1 sibling, 0 replies; 3+ messages in thread
From: dominikschulz @ 2022-12-05  8:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dominikschulz/void-packages gopass-1.15.0
https://github.com/void-linux/void-packages/pull/40905

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

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

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

From 6550d67ae04ddfdb782358730e1e8337446a1fd3 Mon Sep 17 00:00:00 2001
From: Dominik Schulz <mail@dschulz.eu>
Date: Sun, 4 Dec 2022 14:15:22 +0100
Subject: [PATCH 1/2] gopass: update to 1.15.0

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

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 8ddbad99127d..7be1bfee1153 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,20 +1,20 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.14.6
-revision=2
+version=1.15.0
+revision=0
 build_style=go
 build_helper=qemu
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path} ${go_import_path}/cmd/..."
 makedepends="gnupg"
-depends="gnupg>=2 git age"
+depends="gnupg>=2 git"
 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/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=80d0a738ad1a4943e7e98a2db7d11e2b9abb890af8986307e1f0e40cbbf0b00d
+checksum=cae31c3560570640517971c34444e29136096a0eca90509b067263fa47a1ab09
 
 post_install() {
 	vlicense LICENSE

From fd022d3cd12a2b554e820d44f27e87dcf72365af Mon Sep 17 00:00:00 2001
From: Dominik Schulz <dominik.schulz@gmail.com>
Date: Mon, 5 Dec 2022 09:31:01 +0100
Subject: [PATCH 2/2] Set revision to 1

---
 srcpkgs/gopass/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 7be1bfee1153..cfd50d1031ec 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,7 +1,7 @@
 # Template file for 'gopass'
 pkgname=gopass
 version=1.15.0
-revision=0
+revision=1
 build_style=go
 build_helper=qemu
 go_import_path=github.com/gopasspw/gopass

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

* Re: [PR PATCH] [Closed]: gopass: update to 1.15.0
  2022-12-04 13:15 [PR PATCH] gopass: update to 1.15.0 dominikschulz
  2022-12-05  8:31 ` [PR PATCH] [Updated] " dominikschulz
@ 2022-12-25 11:46 ` dominikschulz
  1 sibling, 0 replies; 3+ messages in thread
From: dominikschulz @ 2022-12-25 11:46 UTC (permalink / raw)
  To: ml

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

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

gopass: update to 1.15.0
https://github.com/void-linux/void-packages/pull/40905

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

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

end of thread, other threads:[~2022-12-25 11:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-04 13:15 [PR PATCH] gopass: update to 1.15.0 dominikschulz
2022-12-05  8:31 ` [PR PATCH] [Updated] " dominikschulz
2022-12-25 11:46 ` [PR PATCH] [Closed]: " dominikschulz

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