Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gopass{,-jsonapi}: update to 1.15.5.
@ 2023-04-11 20:26 icp1994
  2023-06-25 18:18 ` [PR PATCH] [Closed]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: icp1994 @ 2023-04-11 20:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 486 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/43396

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

#### 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/43396.patch is attached

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

From f592782101666b2368b60ae3adc8cda4a9896639 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 12 Apr 2023 01:43:36 +0530
Subject: [PATCH 1/2] gopass: update to 1.15.5.

---
 srcpkgs/gopass/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 320ff8ca0e14..ee2818ca1543 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,11 +1,11 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.15.2
-revision=2
+version=1.15.5
+revision=1
 build_style=go
 build_helper=qemu
 go_import_path=github.com/gopasspw/gopass
-go_package="${go_import_path} ${go_import_path}/cmd/..."
+go_ldflags="-X main.version=${version}"
 makedepends="gnupg"
 depends="gnupg>=2 git"
 short_desc="Slightly more awesome standard unix password manager for teams"
@@ -13,8 +13,8 @@ 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=c4eb5b8c28b0cb339581e1ef9f19612f6d523d7fa8a24554365ee72dc331d8d9
+distfiles="https://github.com/gopasspw/gopass/archive/refs/tags/v${version}.tar.gz"
+checksum=d37e23081abd53c6441a28f1faecc5bbdc760e921ea26fb092745a695e79f60f
 
 post_install() {
 	vlicense LICENSE

From 09f51b56cb43eb6cd51d4158d6c336ea2995acc1 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 12 Apr 2023 01:47:24 +0530
Subject: [PATCH 2/2] gopass-jsonapi: update to 1.15.5.

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

diff --git a/srcpkgs/gopass-jsonapi/template b/srcpkgs/gopass-jsonapi/template
index cc6377ad70f4..f4e0e67d6063 100644
--- a/srcpkgs/gopass-jsonapi/template
+++ b/srcpkgs/gopass-jsonapi/template
@@ -1,8 +1,7 @@
 # Template file for 'gopass-jsonapi'
 pkgname=gopass-jsonapi
-version=1.15.2
-revision=2
-create_wrksrc=yes
+version=1.15.5
+revision=1
 build_style=go
 go_import_path=github.com/gopasspw/gopass-jsonapi
 go_ldflags="-X main.version=${version}"
@@ -11,9 +10,9 @@ short_desc="Gopass JSON bridge for extensions"
 maintainer="KuhnChris <kuhnchris+voidpackages@kuhnchris.eu>"
 license="MIT"
 homepage="https://www.gopass.pw/"
-changelog="https://raw.githubusercontent.com/gopasspw/gopass-jsonapi/v${version}/CHANGELOG.md"
+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=2e86b4c1705d7edfb86419549c7abbeb1cc94037e5b2d92ebcfd3a98c4538d93
+checksum=62d8df839014bad51d1b791837bc8348f7fdcafab0d04f0b7bf2b5d6f0dfc789
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Closed]: gopass{,-jsonapi}: update to 1.15.5.
  2023-04-11 20:26 [PR PATCH] gopass{,-jsonapi}: update to 1.15.5 icp1994
@ 2023-06-25 18:18 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-06-25 18:18 UTC (permalink / raw)
  To: ml

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

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

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

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

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

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

end of thread, other threads:[~2023-06-25 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11 20:26 [PR PATCH] gopass{,-jsonapi}: update to 1.15.5 icp1994
2023-06-25 18:18 ` [PR PATCH] [Closed]: " Duncaen

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