* [PR PATCH] hcloud: update to 1.30.2.
@ 2022-08-11 20:39 daniel-eys
2022-08-11 22:31 ` [PR REVIEW] " classabbyamp
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: daniel-eys @ 2022-08-11 20:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1236 bytes --]
There is a new pull request by daniel-eys against master on the void-packages repository
https://github.com/daniel-eys/void-packages hcloud
https://github.com/void-linux/void-packages/pull/38616
hcloud: update to 1.30.2.
<!-- 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**|**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/38616.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-hcloud-38616.patch --]
[-- Type: text/x-diff, Size: 1011 bytes --]
From 2747b6881fda5ab6bbe84c9c54f3a0f3a5c2dbe2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Thu, 11 Aug 2022 22:38:06 +0200
Subject: [PATCH] hcloud: update to 1.30.2.
---
srcpkgs/hcloud/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/hcloud/template b/srcpkgs/hcloud/template
index e35eac924d19..f2c05a4591b6 100644
--- a/srcpkgs/hcloud/template
+++ b/srcpkgs/hcloud/template
@@ -1,6 +1,6 @@
# Template file for 'hcloud'
pkgname=hcloud
-version=1.30.1
+version=1.30.2
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=6530f5b2e90fbc74ea7b91da283840d08138b361166fc0eba3e9723313a712d6
+checksum=e44505128e16013926b469c3f668c996b6225b94d3595c645721e9d146807b6e
post_install() {
vlicense LICENSE
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR REVIEW] hcloud: update to 1.30.2.
2022-08-11 20:39 [PR PATCH] hcloud: update to 1.30.2 daniel-eys
@ 2022-08-11 22:31 ` classabbyamp
2022-08-11 22:31 ` classabbyamp
2022-08-11 22:31 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-08-11 22:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/38616#discussion_r943989755
Comment:
```suggestion
homepage="https://github.com/hetznercloud/cli"
changelog="https://raw.githubusercontent.com/hetznercloud/cli/main/CHANGES.md"
```
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR REVIEW] hcloud: update to 1.30.2.
2022-08-11 20:39 [PR PATCH] hcloud: update to 1.30.2 daniel-eys
2022-08-11 22:31 ` [PR REVIEW] " classabbyamp
@ 2022-08-11 22:31 ` classabbyamp
2022-08-11 22:31 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-08-11 22:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
New review comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/38616#discussion_r943989755
Comment:
```suggestion
homepage="https://github.com/hetznercloud/cli"
changelog="https://raw.githubusercontent.com/hetznercloud/cli/main/CHANGES.md"
```
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: hcloud: update to 1.30.2.
2022-08-11 20:39 [PR PATCH] hcloud: update to 1.30.2 daniel-eys
2022-08-11 22:31 ` [PR REVIEW] " classabbyamp
2022-08-11 22:31 ` classabbyamp
@ 2022-08-11 22:31 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-08-11 22:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1080 bytes --]
There's a merged pull request on the void-packages repository
hcloud: update to 1.30.2.
https://github.com/void-linux/void-packages/pull/38616
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**|**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:[~2022-08-11 22:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11 20:39 [PR PATCH] hcloud: update to 1.30.2 daniel-eys
2022-08-11 22:31 ` [PR REVIEW] " classabbyamp
2022-08-11 22:31 ` classabbyamp
2022-08-11 22:31 ` [PR PATCH] [Merged]: " classabbyamp
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).