Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopass: update to 1.15.14.
@ 2024-08-03 16:57 Rooyca
  2024-08-03 16:59 ` [PR PATCH] [Updated] " Rooyca
  2024-08-04 14:02 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: Rooyca @ 2024-08-03 16:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rooyca/void-packages gopass11514
https://github.com/void-linux/void-packages/pull/51619

gopass: update to 1.15.14.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

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

From 444b8a79e2e09b1dff34cf770abfb87fbd1d2a95 Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Sat, 3 Aug 2024 11:55:20 -0500
Subject: [PATCH] gopass: update to 1.15.14.

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

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 5a51535a81b205..3151774f72b861 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,7 +1,7 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.15.13
-revision=2
+version=1.15.14
+revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path}"

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

* Re: [PR PATCH] [Updated] gopass: update to 1.15.14.
  2024-08-03 16:57 [PR PATCH] gopass: update to 1.15.14 Rooyca
@ 2024-08-03 16:59 ` Rooyca
  2024-08-04 14:02 ` [PR PATCH] [Closed]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: Rooyca @ 2024-08-03 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Rooyca/void-packages gopass11514
https://github.com/void-linux/void-packages/pull/51619

gopass: update to 1.15.14.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)



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

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

From cceb5dded829ad5ad50d60e5cc1cd41cf0b48bc0 Mon Sep 17 00:00:00 2001
From: rooyca <rooyca@gmail.com>
Date: Sat, 3 Aug 2024 11:55:20 -0500
Subject: [PATCH] gopass: update to 1.15.14.

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

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 5a51535a81b205..e9ed22d2e45e09 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,7 +1,7 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.15.13
-revision=2
+version=1.15.14
+revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass
 go_package="${go_import_path}"
@@ -13,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/refs/tags/v${version}.tar.gz"
-checksum=8f7ee347f517bf66a7d0760e7a5ed6c948d66737559bd04fa8da594801ed9b4f
+checksum=47a2a735fc94064c3eb53c400f15c39b543bdb01753537da39403d12dddc03ea
 export GOFLAGS="-buildmode=pie"
 
 do_check() {

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

* Re: [PR PATCH] [Closed]: gopass: update to 1.15.14.
  2024-08-03 16:57 [PR PATCH] gopass: update to 1.15.14 Rooyca
  2024-08-03 16:59 ` [PR PATCH] [Updated] " Rooyca
@ 2024-08-04 14:02 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2024-08-04 14:02 UTC (permalink / raw)
  To: ml

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

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

gopass: update to 1.15.14.
https://github.com/void-linux/void-packages/pull/51619

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->


#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-03 16:57 [PR PATCH] gopass: update to 1.15.14 Rooyca
2024-08-03 16:59 ` [PR PATCH] [Updated] " Rooyca
2024-08-04 14:02 ` [PR PATCH] [Closed]: " abenson

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