Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopass{,-jsonapi}: update to 1.15.7.
@ 2023-08-17 18:48 icp1994
  2023-09-12  5:32 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: icp1994 @ 2023-08-17 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages gopass
https://github.com/void-linux/void-packages/pull/45642

gopass{,-jsonapi}: update to 1.15.7.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From f7dc9ac0562a7a4d9062e86df241dd99b456d443 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 17 Aug 2023 00:37:01 +0530
Subject: [PATCH 1/2] gopass: update to 1.15.7.

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

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 66b113ae5a7bc..ca87b3e269232 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,6 +1,6 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.15.5
+version=1.15.7
 revision=1
 build_style=go
 build_helper=qemu
@@ -14,7 +14,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=d37e23081abd53c6441a28f1faecc5bbdc760e921ea26fb092745a695e79f60f
+checksum=35d1af333de479e429da31427b70b2043e20ef9a7ab0f8b816867ffc6f44927b
 
 post_install() {
 	vlicense LICENSE

From a47b2f6a9a61f5faaaaf791b245920b9d65bf59d Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 17 Aug 2023 01:00:03 +0530
Subject: [PATCH 2/2] gopass-jsonapi: update to 1.15.7.

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

diff --git a/srcpkgs/gopass-jsonapi/template b/srcpkgs/gopass-jsonapi/template
index f4e0e67d60635..1a5d410460af0 100644
--- a/srcpkgs/gopass-jsonapi/template
+++ b/srcpkgs/gopass-jsonapi/template
@@ -1,6 +1,6 @@
 # Template file for 'gopass-jsonapi'
 pkgname=gopass-jsonapi
-version=1.15.5
+version=1.15.7
 revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass-jsonapi
@@ -11,8 +11,8 @@ maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
 license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass-jsonapi/master/CHANGELOG.md"
-distfiles="https://github.com/gopasspw/gopass-jsonapi/releases/download/v${version}/gopass-jsonapi-${version}.tar.gz"
-checksum=62d8df839014bad51d1b791837bc8348f7fdcafab0d04f0b7bf2b5d6f0dfc789
+distfiles="https://github.com/gopasspw/gopass-jsonapi/archive/refs/tags/v${version}.tar.gz"
+checksum=08ec445cc6929c7887caa3c631ab1aa73def89ca35f16160e5ff2ce535a0370b
 
 post_install() {
 	vlicense LICENSE

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

* Re: gopass{,-jsonapi}: update to 1.15.7.
  2023-08-17 18:48 [PR PATCH] gopass{,-jsonapi}: update to 1.15.7 icp1994
@ 2023-09-12  5:32 ` classabbyamp
  2023-09-12 14:28 ` [PR PATCH] [Updated] " icp1994
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-09-12  5:32 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/45642#issuecomment-1714999454

Comment:
fix conflicts pls

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

* Re: [PR PATCH] [Updated] gopass{,-jsonapi}: update to 1.15.7.
  2023-08-17 18:48 [PR PATCH] gopass{,-jsonapi}: update to 1.15.7 icp1994
  2023-09-12  5:32 ` classabbyamp
@ 2023-09-12 14:28 ` icp1994
  2023-09-12 14:29 ` icp1994
  2023-09-12 15:54 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-09-12 14:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages gopass
https://github.com/void-linux/void-packages/pull/45642

gopass{,-jsonapi}: update to 1.15.7.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

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

From 431cfe47346d0dfaad24569a763f39a5db7605dd Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 17 Aug 2023 00:37:01 +0530
Subject: [PATCH 1/2] gopass: update to 1.15.7.

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

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 4f518d5486548..ca87b3e269232 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,7 +1,7 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.15.5
-revision=2
+version=1.15.7
+revision=1
 build_style=go
 build_helper=qemu
 go_import_path=github.com/gopasspw/gopass
@@ -14,7 +14,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=d37e23081abd53c6441a28f1faecc5bbdc760e921ea26fb092745a695e79f60f
+checksum=35d1af333de479e429da31427b70b2043e20ef9a7ab0f8b816867ffc6f44927b
 
 post_install() {
 	vlicense LICENSE

From 4ec909414c8bd2139218dfecbdc08a4d6e9b16a9 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Thu, 17 Aug 2023 01:00:03 +0530
Subject: [PATCH 2/2] gopass-jsonapi: update to 1.15.7.

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

diff --git a/srcpkgs/gopass-jsonapi/template b/srcpkgs/gopass-jsonapi/template
index 2f93438ecfbcd..1a5d410460af0 100644
--- a/srcpkgs/gopass-jsonapi/template
+++ b/srcpkgs/gopass-jsonapi/template
@@ -1,7 +1,7 @@
 # Template file for 'gopass-jsonapi'
 pkgname=gopass-jsonapi
-version=1.15.5
-revision=2
+version=1.15.7
+revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass-jsonapi
 go_ldflags="-X main.version=${version}"
@@ -11,8 +11,8 @@ maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
 license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass-jsonapi/master/CHANGELOG.md"
-distfiles="https://github.com/gopasspw/gopass-jsonapi/releases/download/v${version}/gopass-jsonapi-${version}.tar.gz"
-checksum=62d8df839014bad51d1b791837bc8348f7fdcafab0d04f0b7bf2b5d6f0dfc789
+distfiles="https://github.com/gopasspw/gopass-jsonapi/archive/refs/tags/v${version}.tar.gz"
+checksum=08ec445cc6929c7887caa3c631ab1aa73def89ca35f16160e5ff2ce535a0370b
 
 post_install() {
 	vlicense LICENSE

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

* Re: gopass{,-jsonapi}: update to 1.15.7.
  2023-08-17 18:48 [PR PATCH] gopass{,-jsonapi}: update to 1.15.7 icp1994
  2023-09-12  5:32 ` classabbyamp
  2023-09-12 14:28 ` [PR PATCH] [Updated] " icp1994
@ 2023-09-12 14:29 ` icp1994
  2023-09-12 15:54 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: icp1994 @ 2023-09-12 14:29 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45642#issuecomment-1715839846

Comment:
Ah, the old go pkg prs. Should be good to _go_ now.

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

* Re: [PR PATCH] [Merged]: gopass{,-jsonapi}: update to 1.15.7.
  2023-08-17 18:48 [PR PATCH] gopass{,-jsonapi}: update to 1.15.7 icp1994
                   ` (2 preceding siblings ...)
  2023-09-12 14:29 ` icp1994
@ 2023-09-12 15:54 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-09-12 15:54 UTC (permalink / raw)
  To: ml

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

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

gopass{,-jsonapi}: update to 1.15.7.
https://github.com/void-linux/void-packages/pull/45642

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

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

end of thread, other threads:[~2023-09-12 15:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 18:48 [PR PATCH] gopass{,-jsonapi}: update to 1.15.7 icp1994
2023-09-12  5:32 ` classabbyamp
2023-09-12 14:28 ` [PR PATCH] [Updated] " icp1994
2023-09-12 14:29 ` icp1994
2023-09-12 15:54 ` [PR PATCH] [Merged]: " classabbyamp

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