Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lazydocker: update to 0.17.1
@ 2022-05-09 18:37 zen0bit
  2022-05-09 21:42 ` paper42
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: zen0bit @ 2022-05-09 18:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR lazydocker
https://github.com/void-linux/void-packages/pull/37065

lazydocker: update to 0.17.1
#### 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 libc

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

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

From 19972e584c8825acfde45a671e2e0cefe5728d69 Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 9 May 2022 20:36:08 +0200
Subject: [PATCH] lazydocker: update to 0.17.1

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

diff --git a/srcpkgs/lazydocker/template b/srcpkgs/lazydocker/template
index caf9198328f6..426d53225d2a 100644
--- a/srcpkgs/lazydocker/template
+++ b/srcpkgs/lazydocker/template
@@ -1,6 +1,6 @@
 # Template file for 'lazydocker'
 pkgname=lazydocker
-version=0.13
+version=0.17.1
 revision=1
 wrksrc="lazydocker-${version}"
 build_style=go
@@ -11,7 +11,7 @@ maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/jesseduffield/lazydocker"
 distfiles="https://github.com/jesseduffield/lazydocker/archive/v${version}.tar.gz"
-checksum=4328ddcb3156ff57c1e21c0d2f9d9d67d48237a386d338f1d68831b6056dfe3e
+checksum=560e5d4642edd8f21e409a7a8da879c25e5bc4e45a7ff5e53c5fa3b2e9feada8
 
 post_install() {
 	vlicense LICENSE

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

* Re: lazydocker: update to 0.17.1
  2022-05-09 18:37 [PR PATCH] lazydocker: update to 0.17.1 zen0bit
@ 2022-05-09 21:42 ` paper42
  2022-05-10  8:23 ` benalb
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-05-09 21:42 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37065#issuecomment-1121611836

Comment:
@benalb does this sound fine?

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

* Re: lazydocker: update to 0.17.1
  2022-05-09 18:37 [PR PATCH] lazydocker: update to 0.17.1 zen0bit
  2022-05-09 21:42 ` paper42
@ 2022-05-10  8:23 ` benalb
  2022-05-10  9:16 ` paper42
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: benalb @ 2022-05-10  8:23 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/37065#issuecomment-1122082887

Comment:
I will wait because of [this](https://github.com/jesseduffield/lazydocker/issues/327)
Also, I was trying to figure out how to correct the "lazydocker unversioned" 

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

* Re: lazydocker: update to 0.17.1
  2022-05-09 18:37 [PR PATCH] lazydocker: update to 0.17.1 zen0bit
  2022-05-09 21:42 ` paper42
  2022-05-10  8:23 ` benalb
@ 2022-05-10  9:16 ` paper42
  2022-05-11 12:36 ` benalb
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-05-10  9:16 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/37065#issuecomment-1122138286

Comment:
> I will wait because of [this](https://github.com/jesseduffield/lazydocker/issues/327)

That's an issue with their docker build, we are not using that, so we are not affected.

> Also, I was trying to figure out how to correct the "lazydocker unversioned"

I usually look at their Makefile or Dockerfile where they set ldflags: https://github.com/jesseduffield/lazydocker/blob/4f096c3c2b60a063d04b9b7ba9236a4d821e4563/Dockerfile#L16

@zen0bit please add `go_ldflags="-X main.version=${version}"` to the template

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

* Re: lazydocker: update to 0.17.1
  2022-05-09 18:37 [PR PATCH] lazydocker: update to 0.17.1 zen0bit
                   ` (2 preceding siblings ...)
  2022-05-10  9:16 ` paper42
@ 2022-05-11 12:36 ` benalb
  2022-05-12 11:14 ` [PR PATCH] [Updated] " zen0bit
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: benalb @ 2022-05-11 12:36 UTC (permalink / raw)
  To: ml

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

New comment by benalb on void-packages repository

https://github.com/void-linux/void-packages/pull/37065#issuecomment-1123703039

Comment:
New release https://github.com/jesseduffield/lazydocker/releases/tag/v0.18.1

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

* Re: [PR PATCH] [Updated] lazydocker: update to 0.17.1
  2022-05-09 18:37 [PR PATCH] lazydocker: update to 0.17.1 zen0bit
                   ` (3 preceding siblings ...)
  2022-05-11 12:36 ` benalb
@ 2022-05-12 11:14 ` zen0bit
  2022-05-12 11:15 ` zen0bit
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: zen0bit @ 2022-05-12 11:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR lazydocker
https://github.com/void-linux/void-packages/pull/37065

lazydocker: update to 0.17.1
#### 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 libc

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

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

From 8725f89d0795e1d7e6b807230ea1f2a67331058a Mon Sep 17 00:00:00 2001
From: zenobit <zen@osowoso.xyz>
Date: Mon, 9 May 2022 20:36:08 +0200
Subject: [PATCH] lazydocker: update to 0.18.1

---
 srcpkgs/lazydocker/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lazydocker/template b/srcpkgs/lazydocker/template
index caf9198328f6..50a36c7a5899 100644
--- a/srcpkgs/lazydocker/template
+++ b/srcpkgs/lazydocker/template
@@ -1,17 +1,18 @@
 # Template file for 'lazydocker'
 pkgname=lazydocker
-version=0.13
+version=0.18.1
 revision=1
 wrksrc="lazydocker-${version}"
 build_style=go
 go_import_path=github.com/jesseduffield/lazydocker
+go_ldflags="-X main.version=${version}"
 depends="docker docker-compose"
 short_desc="Simple terminal UI for docker and docker-compose, written in Go"
 maintainer="Benjamín Albiñana <benalb@gmail.com>"
 license="MIT"
 homepage="https://github.com/jesseduffield/lazydocker"
 distfiles="https://github.com/jesseduffield/lazydocker/archive/v${version}.tar.gz"
-checksum=4328ddcb3156ff57c1e21c0d2f9d9d67d48237a386d338f1d68831b6056dfe3e
+checksum=f5081b846d530818e1f04b9e8479c801f287ac77ebdf063425a142ff50fc395b
 
 post_install() {
 	vlicense LICENSE

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

* Re: lazydocker: update to 0.17.1
  2022-05-09 18:37 [PR PATCH] lazydocker: update to 0.17.1 zen0bit
                   ` (4 preceding siblings ...)
  2022-05-12 11:14 ` [PR PATCH] [Updated] " zen0bit
@ 2022-05-12 11:15 ` zen0bit
  2022-05-12 11:23 ` lazydocker: update to 0.18.1 zen0bit
  2022-05-13  8:46 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: zen0bit @ 2022-05-12 11:15 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/37065#issuecomment-1124865862

Comment:
> > I will wait because of [this](https://github.com/jesseduffield/lazydocker/issues/327)
> 
> That's an issue with their docker build, we are not using that, so we are not affected.
> 
> > Also, I was trying to figure out how to correct the "lazydocker unversioned"
> 
> I usually look at their Makefile or Dockerfile where they set ldflags: https://github.com/jesseduffield/lazydocker/blob/4f096c3c2b60a063d04b9b7ba9236a4d821e4563/Dockerfile#L16
> 
> @zen0bit please add `go_ldflags="-X main.version=${version}"` to the template

added...I will wait because of https://github.com/jesseduffield/lazydocker/issues/327

That's an issue with their docker build, we are not using that, so we are not affected.

    Also, I was trying to figure out how to correct the "lazydocker unversioned"

I usually look at their Makefile or Dockerfile where they set ldflags: https://github.com/jesseduffield/lazydocker/blob/4f096c3c2b60a063d04b9b7ba9236a4d821e4563/Dockerfile#L16

@zen0bit please add go_ldflags="-X main.version=${version}" to the template

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

* Re: lazydocker: update to 0.18.1
  2022-05-09 18:37 [PR PATCH] lazydocker: update to 0.17.1 zen0bit
                   ` (5 preceding siblings ...)
  2022-05-12 11:15 ` zen0bit
@ 2022-05-12 11:23 ` zen0bit
  2022-05-13  8:46 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: zen0bit @ 2022-05-12 11:23 UTC (permalink / raw)
  To: ml

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

New comment by zen0bit on void-packages repository

https://github.com/void-linux/void-packages/pull/37065#issuecomment-1124865862

Comment:
> @zen0bit please add `go_ldflags="-X main.version=${version}"` to the template

added...

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

* Re: [PR PATCH] [Merged]: lazydocker: update to 0.18.1
  2022-05-09 18:37 [PR PATCH] lazydocker: update to 0.17.1 zen0bit
                   ` (6 preceding siblings ...)
  2022-05-12 11:23 ` lazydocker: update to 0.18.1 zen0bit
@ 2022-05-13  8:46 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-05-13  8:46 UTC (permalink / raw)
  To: ml

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

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

lazydocker: update to 0.18.1
https://github.com/void-linux/void-packages/pull/37065

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 libc

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

end of thread, other threads:[~2022-05-13  8:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 18:37 [PR PATCH] lazydocker: update to 0.17.1 zen0bit
2022-05-09 21:42 ` paper42
2022-05-10  8:23 ` benalb
2022-05-10  9:16 ` paper42
2022-05-11 12:36 ` benalb
2022-05-12 11:14 ` [PR PATCH] [Updated] " zen0bit
2022-05-12 11:15 ` zen0bit
2022-05-12 11:23 ` lazydocker: update to 0.18.1 zen0bit
2022-05-13  8:46 ` [PR PATCH] [Merged]: " paper42

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