Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] k3d: update to 5.6.0.
@ 2023-08-24  6:56 TeddyDD
  2023-08-24  6:57 ` [PR PATCH] [Updated] " TeddyDD
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: TeddyDD @ 2023-08-24  6:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-k3d
https://github.com/void-linux/void-packages/pull/45737

k3d: update to 5.6.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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 9b08748a00aea9749b0f5b752d23e059d5f367bb Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 23 Aug 2023 10:05:57 +0200
Subject: [PATCH] k3d: update to 5.6.0.

---
 srcpkgs/k3d/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/k3d/template b/srcpkgs/k3d/template
index d3cd00083d8e4..ab0b0c356352f 100644
--- a/srcpkgs/k3d/template
+++ b/srcpkgs/k3d/template
@@ -1,10 +1,11 @@
 # Template file for 'k3d'
 pkgname=k3d
-version=5.5.2
-revision=2
+version=5.6.0
+revision=1
 build_style=go
 build_helper=qemu
 go_import_path="github.com/k3d-io/k3d/v5"
+go_ldflags="-X ${go_import_path}/version.Version=v$version"
 go_mod_mode=default
 depends="docker"
 short_desc="Creates containerized k3s clusters"
@@ -13,7 +14,7 @@ license="MIT"
 homepage="https://k3d.io/"
 changelog="https://raw.githubusercontent.com/k3d-io/k3d/main/CHANGELOG.md"
 distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz"
-checksum=b9be4f6e21017e0dae06c0e7d234ff99b0e1a49edc44d3af821b6bdb5f3d2992
+checksum=b9eb05c5fa213c8ec6d34a25e00ae07abeb23d70c94f55c1f32fbc16ea4e480e
 _completions="bash zsh fish"
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] k3d: update to 5.6.0.
  2023-08-24  6:56 [PR PATCH] k3d: update to 5.6.0 TeddyDD
@ 2023-08-24  6:57 ` TeddyDD
  2023-08-25 20:22 ` TeddyDD
  2023-09-23 13:23 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2023-08-24  6:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-k3d
https://github.com/void-linux/void-packages/pull/45737

k3d: update to 5.6.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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 897b66e28fc9e3fb4f33c57c601c319785c0b1aa Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 23 Aug 2023 10:05:57 +0200
Subject: [PATCH] k3d: update to 5.6.0.

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

diff --git a/srcpkgs/k3d/template b/srcpkgs/k3d/template
index d3cd00083d8e4..4bc07cce47127 100644
--- a/srcpkgs/k3d/template
+++ b/srcpkgs/k3d/template
@@ -1,19 +1,20 @@
 # Template file for 'k3d'
 pkgname=k3d
-version=5.5.2
-revision=2
+version=5.6.0
+revision=1
 build_style=go
 build_helper=qemu
 go_import_path="github.com/k3d-io/k3d/v5"
+go_ldflags="-X ${go_import_path}/version.Version=v$version"
 go_mod_mode=default
 depends="docker"
 short_desc="Creates containerized k3s clusters"
-maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://k3d.io/"
 changelog="https://raw.githubusercontent.com/k3d-io/k3d/main/CHANGELOG.md"
 distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz"
-checksum=b9be4f6e21017e0dae06c0e7d234ff99b0e1a49edc44d3af821b6bdb5f3d2992
+checksum=b9eb05c5fa213c8ec6d34a25e00ae07abeb23d70c94f55c1f32fbc16ea4e480e
 _completions="bash zsh fish"
 
 pre_build() {

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

* Re: [PR PATCH] [Updated] k3d: update to 5.6.0.
  2023-08-24  6:56 [PR PATCH] k3d: update to 5.6.0 TeddyDD
  2023-08-24  6:57 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-08-25 20:22 ` TeddyDD
  2023-09-23 13:23 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2023-08-25 20:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-k3d
https://github.com/void-linux/void-packages/pull/45737

k3d: update to 5.6.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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 86b1b69434a206232242afdb4b79f38a6b13f22a Mon Sep 17 00:00:00 2001
From: Daniel Lewan <daniel@teddydd.me>
Date: Wed, 23 Aug 2023 10:05:57 +0200
Subject: [PATCH] k3d: update to 5.6.0.

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

diff --git a/srcpkgs/k3d/template b/srcpkgs/k3d/template
index 6d766db10c2a0..12c61b47d44b4 100644
--- a/srcpkgs/k3d/template
+++ b/srcpkgs/k3d/template
@@ -1,20 +1,21 @@
 # Template file for 'k3d'
 pkgname=k3d
-version=5.5.2
-revision=3
+version=5.6.0
+revision=1
 build_style=go
 build_helper=qemu
 go_import_path="github.com/k3d-io/k3d/v5"
+go_ldflags="-X ${go_import_path}/version.Version=v$version"
 go_mod_mode=default
 hostmakedepends="go1.20"
 depends="docker"
 short_desc="Creates containerized k3s clusters"
-maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+maintainer="Daniel Lewan <daniel@teddydd.me>"
 license="MIT"
 homepage="https://k3d.io/"
 changelog="https://raw.githubusercontent.com/k3d-io/k3d/main/CHANGELOG.md"
 distfiles="https://github.com/k3d-io/k3d/archive/v${version}.tar.gz"
-checksum=b9be4f6e21017e0dae06c0e7d234ff99b0e1a49edc44d3af821b6bdb5f3d2992
+checksum=b9eb05c5fa213c8ec6d34a25e00ae07abeb23d70c94f55c1f32fbc16ea4e480e
 _completions="bash zsh fish"
 export GOTOOLCHAIN=go1.20
 

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

* Re: [PR PATCH] [Merged]: k3d: update to 5.6.0.
  2023-08-24  6:56 [PR PATCH] k3d: update to 5.6.0 TeddyDD
  2023-08-24  6:57 ` [PR PATCH] [Updated] " TeddyDD
  2023-08-25 20:22 ` TeddyDD
@ 2023-09-23 13:23 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-09-23 13:23 UTC (permalink / raw)
  To: ml

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

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

k3d: update to 5.6.0.
https://github.com/void-linux/void-packages/pull/45737

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-09-23 13:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-24  6:56 [PR PATCH] k3d: update to 5.6.0 TeddyDD
2023-08-24  6:57 ` [PR PATCH] [Updated] " TeddyDD
2023-08-25 20:22 ` TeddyDD
2023-09-23 13:23 ` [PR PATCH] [Merged]: " 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).