Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] hcloud: update to 1.29.5.
@ 2022-04-16 22:32 arete
  2022-04-17  8:11 ` paper42
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: arete @ 2022-04-16 22:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages hcloud
https://github.com/void-linux/void-packages/pull/36726

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

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-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/36726.patch is attached

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

From 26bef34e99a6535662b562d0cf86f2c4f8047448 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sun, 17 Apr 2022 00:30:51 +0200
Subject: [PATCH] hcloud: update to 1.29.5.

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

diff --git a/srcpkgs/hcloud/template b/srcpkgs/hcloud/template
index 87d1f564ee13..18fd46f72bfc 100644
--- a/srcpkgs/hcloud/template
+++ b/srcpkgs/hcloud/template
@@ -1,6 +1,6 @@
 # Template file for 'hcloud'
 pkgname=hcloud
-version=1.29.0
+version=1.29.5
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -13,7 +13,7 @@ maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://github.com/hetznercloud/cli"
 distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz"
-checksum=ea8b08702f7285d5e886fc8797287ac05747eb66ad1d77d041725f9cf6c88893
+checksum=8a8a0a8ee86eaae329090657f236c8f736c5c67209fedf5047977f8ef8c2afb8
 
 post_install() {
 	vlicense LICENSE

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

* Re: hcloud: update to 1.29.5.
  2022-04-16 22:32 [PR PATCH] hcloud: update to 1.29.5 arete
@ 2022-04-17  8:11 ` paper42
  2022-04-26 18:14 ` arete
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-04-17  8:11 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36726#issuecomment-1100828739

Comment:
please don't close PRs, instead just force push to them

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

* Re: hcloud: update to 1.29.5.
  2022-04-16 22:32 [PR PATCH] hcloud: update to 1.29.5 arete
  2022-04-17  8:11 ` paper42
@ 2022-04-26 18:14 ` arete
  2022-04-26 19:55 ` [PR PATCH] [Updated] " arete
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: arete @ 2022-04-26 18:14 UTC (permalink / raw)
  To: ml

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

New comment by arete on void-packages repository

https://github.com/void-linux/void-packages/pull/36726#issuecomment-1110106922

Comment:
my bad i have delete pull request anc old branch

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

* Re: [PR PATCH] [Updated] hcloud: update to 1.29.5.
  2022-04-16 22:32 [PR PATCH] hcloud: update to 1.29.5 arete
  2022-04-17  8:11 ` paper42
  2022-04-26 18:14 ` arete
@ 2022-04-26 19:55 ` arete
  2022-05-06 19:39 ` arete
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: arete @ 2022-04-26 19:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages hcloud
https://github.com/void-linux/void-packages/pull/36726

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

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

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

<!-- 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/36726.patch is attached

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

From 8dd308ca7925c4cbd7d1e16bf157962edfe87f05 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sun, 17 Apr 2022 00:30:51 +0200
Subject: [PATCH] hcloud: update to 1.29.5.

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

diff --git a/srcpkgs/hcloud/template b/srcpkgs/hcloud/template
index 87d1f564ee13..18fd46f72bfc 100644
--- a/srcpkgs/hcloud/template
+++ b/srcpkgs/hcloud/template
@@ -1,6 +1,6 @@
 # Template file for 'hcloud'
 pkgname=hcloud
-version=1.29.0
+version=1.29.5
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -13,7 +13,7 @@ maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://github.com/hetznercloud/cli"
 distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz"
-checksum=ea8b08702f7285d5e886fc8797287ac05747eb66ad1d77d041725f9cf6c88893
+checksum=8a8a0a8ee86eaae329090657f236c8f736c5c67209fedf5047977f8ef8c2afb8
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] hcloud: update to 1.29.5.
  2022-04-16 22:32 [PR PATCH] hcloud: update to 1.29.5 arete
                   ` (2 preceding siblings ...)
  2022-04-26 19:55 ` [PR PATCH] [Updated] " arete
@ 2022-05-06 19:39 ` arete
  2022-05-07 21:59 ` paper42
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: arete @ 2022-05-06 19:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages hcloud
https://github.com/void-linux/void-packages/pull/36726

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

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

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

<!-- 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/36726.patch is attached

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

From bbe809a01c42807b798f40a4059af6849e50e4cf Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sun, 17 Apr 2022 00:30:51 +0200
Subject: [PATCH] hcloud: update to 1.29.5.

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

diff --git a/srcpkgs/hcloud/template b/srcpkgs/hcloud/template
index 87d1f564ee13..18fd46f72bfc 100644
--- a/srcpkgs/hcloud/template
+++ b/srcpkgs/hcloud/template
@@ -1,6 +1,6 @@
 # Template file for 'hcloud'
 pkgname=hcloud
-version=1.29.0
+version=1.29.5
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -13,7 +13,7 @@ maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://github.com/hetznercloud/cli"
 distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz"
-checksum=ea8b08702f7285d5e886fc8797287ac05747eb66ad1d77d041725f9cf6c88893
+checksum=8a8a0a8ee86eaae329090657f236c8f736c5c67209fedf5047977f8ef8c2afb8
 
 post_install() {
 	vlicense LICENSE

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

* Re: hcloud: update to 1.29.5.
  2022-04-16 22:32 [PR PATCH] hcloud: update to 1.29.5 arete
                   ` (3 preceding siblings ...)
  2022-05-06 19:39 ` arete
@ 2022-05-07 21:59 ` paper42
  2022-05-24  6:50 ` [PR PATCH] [Updated] " arete
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-05-07 21:59 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36726#issuecomment-1120301902

Comment:
> - I tested the changes in this PR: **YES**|**briefly**|**NO**

Please choose one

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

* Re: [PR PATCH] [Updated] hcloud: update to 1.29.5.
  2022-04-16 22:32 [PR PATCH] hcloud: update to 1.29.5 arete
                   ` (4 preceding siblings ...)
  2022-05-07 21:59 ` paper42
@ 2022-05-24  6:50 ` arete
  2022-05-24  6:52 ` arete
  2022-05-24  7:26 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: arete @ 2022-05-24  6:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arete/void-packages hcloud
https://github.com/void-linux/void-packages/pull/36726

hcloud: update to 1.29.5.
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
-->

<!-- 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/36726.patch is attached

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

From 44ae07d702605a20084c649cf9c684291bdfdd10 Mon Sep 17 00:00:00 2001
From: Gerardo Di iorio <arete74@gmail.com>
Date: Sun, 17 Apr 2022 00:30:51 +0200
Subject: [PATCH] hcloud: update to 1.29.5.

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

diff --git a/srcpkgs/hcloud/template b/srcpkgs/hcloud/template
index 87d1f564ee13..18fd46f72bfc 100644
--- a/srcpkgs/hcloud/template
+++ b/srcpkgs/hcloud/template
@@ -1,6 +1,6 @@
 # Template file for 'hcloud'
 pkgname=hcloud
-version=1.29.0
+version=1.29.5
 revision=1
 wrksrc="cli-${version}"
 build_style=go
@@ -13,7 +13,7 @@ maintainer="Gerardo Di Iorio <arete74@gmail.com>"
 license="MIT"
 homepage="https://github.com/hetznercloud/cli"
 distfiles="https://github.com/hetznercloud/cli/archive/v${version}.tar.gz"
-checksum=ea8b08702f7285d5e886fc8797287ac05747eb66ad1d77d041725f9cf6c88893
+checksum=8a8a0a8ee86eaae329090657f236c8f736c5c67209fedf5047977f8ef8c2afb8
 
 post_install() {
 	vlicense LICENSE

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

* Re: hcloud: update to 1.29.5.
  2022-04-16 22:32 [PR PATCH] hcloud: update to 1.29.5 arete
                   ` (5 preceding siblings ...)
  2022-05-24  6:50 ` [PR PATCH] [Updated] " arete
@ 2022-05-24  6:52 ` arete
  2022-05-24  7:26 ` [PR PATCH] [Merged]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: arete @ 2022-05-24  6:52 UTC (permalink / raw)
  To: ml

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

New comment by arete on void-packages repository

https://github.com/void-linux/void-packages/pull/36726#issuecomment-1135479656

Comment:
> > * I tested the changes in this PR: **YES**|**briefly**|**NO**
> 
> Please choose one
update


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

* Re: [PR PATCH] [Merged]: hcloud: update to 1.29.5.
  2022-04-16 22:32 [PR PATCH] hcloud: update to 1.29.5 arete
                   ` (6 preceding siblings ...)
  2022-05-24  6:52 ` arete
@ 2022-05-24  7:26 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-05-24  7:26 UTC (permalink / raw)
  To: ml

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

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

hcloud: update to 1.29.5.
https://github.com/void-linux/void-packages/pull/36726

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**
-->

<!-- 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] 9+ messages in thread

end of thread, other threads:[~2022-05-24  7:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-16 22:32 [PR PATCH] hcloud: update to 1.29.5 arete
2022-04-17  8:11 ` paper42
2022-04-26 18:14 ` arete
2022-04-26 19:55 ` [PR PATCH] [Updated] " arete
2022-05-06 19:39 ` arete
2022-05-07 21:59 ` paper42
2022-05-24  6:50 ` [PR PATCH] [Updated] " arete
2022-05-24  6:52 ` arete
2022-05-24  7:26 ` [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).