* [PR PATCH] lazydocker: update to 0.23.0.
@ 2023-10-11 14:59 benalb
2023-10-13 9:46 ` zen0bit
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: benalb @ 2023-10-11 14:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1103 bytes --]
There is a new pull request by benalb against master on the void-packages repository
https://github.com/benalb/void-packages lazydocker
https://github.com/void-linux/void-packages/pull/46601
lazydocker: update to 0.23.0.
<!-- 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**
-->
<!-- 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, (X86_64-LIBC)
A patch file from https://github.com/void-linux/void-packages/pull/46601.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lazydocker-46601.patch --]
[-- Type: text/x-diff, Size: 1148 bytes --]
From ae9e35306a0c10b37f6f4b7fccadd0949e5ed7fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 11 Oct 2023 16:57:47 +0200
Subject: [PATCH] lazydocker: update to 0.23.0.
---
srcpkgs/lazydocker/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/lazydocker/template b/srcpkgs/lazydocker/template
index 297802826b431..47fff145dfcb1 100644
--- a/srcpkgs/lazydocker/template
+++ b/srcpkgs/lazydocker/template
@@ -1,7 +1,7 @@
# Template file for 'lazydocker'
pkgname=lazydocker
-version=0.21.1
-revision=2
+version=0.23.0
+revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazydocker
go_ldflags="-X main.version=${version}"
@@ -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=124d46e6b968ecb9a51a496ec4e8c555a878bb34d86b76914b8b38a46db3c40b
+checksum=9c2647ec882100471dc0c4cb9bff7d241850ff47e65bd6b63e58477b1c15a6c2
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: lazydocker: update to 0.23.0.
2023-10-11 14:59 [PR PATCH] lazydocker: update to 0.23.0 benalb
@ 2023-10-13 9:46 ` zen0bit
2023-10-13 14:13 ` [PR PATCH] [Updated] " benalb
2023-10-25 13:15 ` [PR PATCH] [Merged]: lazydocker: update to 0.23.1 Piraty
2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2023-10-13 9:46 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 158 bytes --]
New comment by zen0bit on void-packages repository
https://github.com/void-linux/void-packages/pull/46601#issuecomment-1761231436
Comment:
0.23.1 is out...
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] lazydocker: update to 0.23.0.
2023-10-11 14:59 [PR PATCH] lazydocker: update to 0.23.0 benalb
2023-10-13 9:46 ` zen0bit
@ 2023-10-13 14:13 ` benalb
2023-10-25 13:15 ` [PR PATCH] [Merged]: lazydocker: update to 0.23.1 Piraty
2 siblings, 0 replies; 4+ messages in thread
From: benalb @ 2023-10-13 14:13 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1108 bytes --]
There is an updated pull request by benalb against master on the void-packages repository
https://github.com/benalb/void-packages lazydocker
https://github.com/void-linux/void-packages/pull/46601
lazydocker: update to 0.23.0.
<!-- 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**
-->
<!-- 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, (X86_64-LIBC)
A patch file from https://github.com/void-linux/void-packages/pull/46601.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lazydocker-46601.patch --]
[-- Type: text/x-diff, Size: 1148 bytes --]
From b5f340abd8f7be05091267b516a297185d22b9bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjam=C3=ADn=20Albi=C3=B1ana?= <benalb@gmail.com>
Date: Wed, 11 Oct 2023 16:57:47 +0200
Subject: [PATCH] lazydocker: update to 0.23.1.
---
srcpkgs/lazydocker/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/lazydocker/template b/srcpkgs/lazydocker/template
index 297802826b431..a1851b0463dac 100644
--- a/srcpkgs/lazydocker/template
+++ b/srcpkgs/lazydocker/template
@@ -1,7 +1,7 @@
# Template file for 'lazydocker'
pkgname=lazydocker
-version=0.21.1
-revision=2
+version=0.23.1
+revision=1
build_style=go
go_import_path=github.com/jesseduffield/lazydocker
go_ldflags="-X main.version=${version}"
@@ -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=124d46e6b968ecb9a51a496ec4e8c555a878bb34d86b76914b8b38a46db3c40b
+checksum=3f0b8ca1c721191e543d5992d822b41c13e3561bb5e761695031f8ddb961a137
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: lazydocker: update to 0.23.1.
2023-10-11 14:59 [PR PATCH] lazydocker: update to 0.23.0 benalb
2023-10-13 9:46 ` zen0bit
2023-10-13 14:13 ` [PR PATCH] [Updated] " benalb
@ 2023-10-25 13:15 ` Piraty
2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2023-10-25 13:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 951 bytes --]
There's a merged pull request on the void-packages repository
lazydocker: update to 0.23.1.
https://github.com/void-linux/void-packages/pull/46601
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**
-->
<!-- 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, (X86_64-LIBC)
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-10-25 13:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 14:59 [PR PATCH] lazydocker: update to 0.23.0 benalb
2023-10-13 9:46 ` zen0bit
2023-10-13 14:13 ` [PR PATCH] [Updated] " benalb
2023-10-25 13:15 ` [PR PATCH] [Merged]: lazydocker: update to 0.23.1 Piraty
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).