Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vultr-cli: update to 2.12.2.
@ 2022-04-10 13:36 steinex
  2022-04-10 14:29 ` [PR REVIEW] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: steinex @ 2022-04-10 13:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages vultr-cli
https://github.com/void-linux/void-packages/pull/36612

vultr-cli: update to 2.12.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/36612.patch is attached

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

From 9867865812dffd5c8cb2cba42b7a5b3690827d0a Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 10 Apr 2022 15:27:41 +0200
Subject: [PATCH] vultr-cli: update to 2.12.2.

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

diff --git a/srcpkgs/vultr-cli/template b/srcpkgs/vultr-cli/template
index 34e0073e1734..a8f38eb7560e 100644
--- a/srcpkgs/vultr-cli/template
+++ b/srcpkgs/vultr-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'vultr-cli'
 pkgname=vultr-cli
-version=2.12.1
+version=2.12.2
 revision=1
 build_style=go
 go_import_path=github.com/vultr/vultr-cli/v2
@@ -10,4 +10,4 @@ license="Apache-2.0"
 homepage="https://github.com/vultr/vultr-cli"
 changelog="https://github.com/vultr/vultr-cli/blob/master/CHANGELOG.md"
 distfiles="https://github.com/vultr/vultr-cli/archive/refs/tags/v${version}.tar.gz"
-checksum=e2a9c7243d48d44f88917cbc241512774f8f2c6e305ef5aaaf026177a2620ae6
+checksum=875a273d573ef53ab3329d3ecd9e3745d7d8963e0b3ff992435fb20881ea49a7

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

* Re: [PR REVIEW] vultr-cli: update to 2.12.2.
  2022-04-10 13:36 [PR PATCH] vultr-cli: update to 2.12.2 steinex
@ 2022-04-10 14:29 ` paper42
  2022-04-10 14:31 ` [PR PATCH] [Updated] " steinex
  2022-04-11 21:15 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-04-10 14:29 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36612#discussion_r846788578

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/vultr/vultr-cli/master/CHANGELOG.md"
```

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

* Re: [PR PATCH] [Updated] vultr-cli: update to 2.12.2.
  2022-04-10 13:36 [PR PATCH] vultr-cli: update to 2.12.2 steinex
  2022-04-10 14:29 ` [PR REVIEW] " paper42
@ 2022-04-10 14:31 ` steinex
  2022-04-11 21:15 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: steinex @ 2022-04-10 14:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/steinex/void-packages vultr-cli
https://github.com/void-linux/void-packages/pull/36612

vultr-cli: update to 2.12.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/36612.patch is attached

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

From 57f5001f7fe7e1b65fb922a00ba9a75bc63bb961 Mon Sep 17 00:00:00 2001
From: Frank Steinborn <steinex@nognu.de>
Date: Sun, 10 Apr 2022 15:27:41 +0200
Subject: [PATCH] vultr-cli: update to 2.12.2.

---
 srcpkgs/vultr-cli/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vultr-cli/template b/srcpkgs/vultr-cli/template
index 34e0073e1734..20612aeff1c8 100644
--- a/srcpkgs/vultr-cli/template
+++ b/srcpkgs/vultr-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'vultr-cli'
 pkgname=vultr-cli
-version=2.12.1
+version=2.12.2
 revision=1
 build_style=go
 go_import_path=github.com/vultr/vultr-cli/v2
@@ -8,6 +8,6 @@ short_desc="Official command line tool for Vultr services"
 maintainer="Frank Steinborn <steinex@nognu.de>"
 license="Apache-2.0"
 homepage="https://github.com/vultr/vultr-cli"
-changelog="https://github.com/vultr/vultr-cli/blob/master/CHANGELOG.md"
+changelog="https://raw.githubusercontent.com/vultr/vultr-cli/master/CHANGELOG.md"
 distfiles="https://github.com/vultr/vultr-cli/archive/refs/tags/v${version}.tar.gz"
-checksum=e2a9c7243d48d44f88917cbc241512774f8f2c6e305ef5aaaf026177a2620ae6
+checksum=875a273d573ef53ab3329d3ecd9e3745d7d8963e0b3ff992435fb20881ea49a7

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

* Re: [PR PATCH] [Merged]: vultr-cli: update to 2.12.2.
  2022-04-10 13:36 [PR PATCH] vultr-cli: update to 2.12.2 steinex
  2022-04-10 14:29 ` [PR REVIEW] " paper42
  2022-04-10 14:31 ` [PR PATCH] [Updated] " steinex
@ 2022-04-11 21:15 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-04-11 21:15 UTC (permalink / raw)
  To: ml

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

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

vultr-cli: update to 2.12.2.
https://github.com/void-linux/void-packages/pull/36612

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-04-11 21:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-10 13:36 [PR PATCH] vultr-cli: update to 2.12.2 steinex
2022-04-10 14:29 ` [PR REVIEW] " paper42
2022-04-10 14:31 ` [PR PATCH] [Updated] " steinex
2022-04-11 21:15 ` [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).