Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bombardier: update to 1.2.6.
@ 2023-04-30 12:47 TeddyDD
  2023-04-30 14:04 ` [PR PATCH] [Updated] " TeddyDD
  2023-05-01 17:59 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: TeddyDD @ 2023-04-30 12:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-bombardier
https://github.com/void-linux/void-packages/pull/43683

bombardier: update to 1.2.6.
<!-- 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/43683.patch is attached

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

From cff0d3091c679b9ac5b3c854b9a56ffbec929ac5 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 30 Apr 2023 14:42:24 +0200
Subject: [PATCH] bombardier: update to 1.2.6.

---
 srcpkgs/bombardier/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/bombardier/template b/srcpkgs/bombardier/template
index e0dbd6ab95b9..2289492e4659 100644
--- a/srcpkgs/bombardier/template
+++ b/srcpkgs/bombardier/template
@@ -1,15 +1,16 @@
 # Template file for 'bombardier'
 pkgname=bombardier
-version=1.2.5
+version=1.2.6
 revision=2
 build_style=go
 go_import_path=github.com/codesenberg/bombardier
+go_ldflags=" -X main.version=${version}"
 short_desc="Fast cross-platform HTTP benchmarking tool"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/codesenberg/bombardier"
 distfiles="https://github.com/codesenberg/bombardier/archive/v${version}.tar.gz"
-checksum=4efeac699d0c794ed22fe05b4de5c43fa41f98816682521421d538e076290ed6
+checksum=d908c050132b3a33c3d292a6a3b47d088284a5969376f68f05d7409f51f01e41
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] bombardier: update to 1.2.6.
  2023-04-30 12:47 [PR PATCH] bombardier: update to 1.2.6 TeddyDD
@ 2023-04-30 14:04 ` TeddyDD
  2023-05-01 17:59 ` [PR PATCH] [Merged]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: TeddyDD @ 2023-04-30 14:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TeddyDD/void-packages-1 update-bombardier
https://github.com/void-linux/void-packages/pull/43683

bombardier: update to 1.2.6.
<!-- 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/43683.patch is attached

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

From d40bd5970e0247eb25e310d6e7a50abee30ef132 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Sun, 30 Apr 2023 14:42:24 +0200
Subject: [PATCH] bombardier: update to 1.2.6.

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

diff --git a/srcpkgs/bombardier/template b/srcpkgs/bombardier/template
index e0dbd6ab95b9..e204deb6a0ce 100644
--- a/srcpkgs/bombardier/template
+++ b/srcpkgs/bombardier/template
@@ -1,15 +1,16 @@
 # Template file for 'bombardier'
 pkgname=bombardier
-version=1.2.5
-revision=2
+version=1.2.6
+revision=1
 build_style=go
 go_import_path=github.com/codesenberg/bombardier
+go_ldflags=" -X main.version=${version}"
 short_desc="Fast cross-platform HTTP benchmarking tool"
 maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
 license="MIT"
 homepage="https://github.com/codesenberg/bombardier"
 distfiles="https://github.com/codesenberg/bombardier/archive/v${version}.tar.gz"
-checksum=4efeac699d0c794ed22fe05b4de5c43fa41f98816682521421d538e076290ed6
+checksum=d908c050132b3a33c3d292a6a3b47d088284a5969376f68f05d7409f51f01e41
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: bombardier: update to 1.2.6.
  2023-04-30 12:47 [PR PATCH] bombardier: update to 1.2.6 TeddyDD
  2023-04-30 14:04 ` [PR PATCH] [Updated] " TeddyDD
@ 2023-05-01 17:59 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2023-05-01 17:59 UTC (permalink / raw)
  To: ml

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

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

bombardier: update to 1.2.6.
https://github.com/void-linux/void-packages/pull/43683

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

end of thread, other threads:[~2023-05-01 17:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30 12:47 [PR PATCH] bombardier: update to 1.2.6 TeddyDD
2023-04-30 14:04 ` [PR PATCH] [Updated] " TeddyDD
2023-05-01 17:59 ` [PR PATCH] [Merged]: " abenson

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).