Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cppzmq: update to 4.6.0.
@ 2020-01-30 19:20 voidlinux-github
  2020-01-30 21:14 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-31  7:49 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-30 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages cppzmq
https://github.com/void-linux/void-packages/pull/18669

cppzmq: update to 4.6.0.
Simple version bump.

cc: @Vaelatern 

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

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

From d1dfa6721d3f989548b32ca4e4f4e4a2cba69718 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 30 Jan 2020 14:19:05 -0500
Subject: [PATCH] cppzmq: update to 4.6.0.

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

diff --git a/srcpkgs/cppzmq/template b/srcpkgs/cppzmq/template
index d841d2334ab..323607d0dbf 100644
--- a/srcpkgs/cppzmq/template
+++ b/srcpkgs/cppzmq/template
@@ -1,6 +1,6 @@
 # Template file for 'cppzmq'
 pkgname=cppzmq
-version=4.3.0
+version=4.6.0
 revision=1
 build_style=cmake
 configure_args="-DCPPZMQ_BUILD_TESTS=OFF"
@@ -11,7 +11,7 @@ maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/zeromq/cppzmq"
 distfiles="https://github.com/zeromq/cppzmq/archive/v${version}.tar.gz"
-checksum=27d1f56406ba94ee779e639203218820975cf68174f92fbeae0f645df0fcada4
+checksum=e9203391a0b913576153a2ad22a2dc1479b1ec325beb6c46a3237c669aef5a52
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Updated] cppzmq: update to 4.6.0.
  2020-01-30 19:20 [PR PATCH] cppzmq: update to 4.6.0 voidlinux-github
@ 2020-01-30 21:14 ` voidlinux-github
  2020-01-31  7:49 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-30 21:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages cppzmq
https://github.com/void-linux/void-packages/pull/18669

cppzmq: update to 4.6.0.
Simple version bump.

cc: @Vaelatern 

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

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

From 9a679ca3ce888c27a5daf8bf65a9f08521ba72b2 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Thu, 30 Jan 2020 14:19:05 -0500
Subject: [PATCH] cppzmq: update to 4.6.0.

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

diff --git a/srcpkgs/cppzmq/template b/srcpkgs/cppzmq/template
index d841d2334ab..368c43ccafa 100644
--- a/srcpkgs/cppzmq/template
+++ b/srcpkgs/cppzmq/template
@@ -1,17 +1,18 @@
 # Template file for 'cppzmq'
 pkgname=cppzmq
-version=4.3.0
+version=4.6.0
 revision=1
 build_style=cmake
 configure_args="-DCPPZMQ_BUILD_TESTS=OFF"
 hostmakedepends="pkg-config"
 makedepends="zeromq-devel"
+depends="zeromq-devel"
 short_desc="C++ binding for 0MQ"
 maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
 license="MIT"
 homepage="https://github.com/zeromq/cppzmq"
 distfiles="https://github.com/zeromq/cppzmq/archive/v${version}.tar.gz"
-checksum=27d1f56406ba94ee779e639203218820975cf68174f92fbeae0f645df0fcada4
+checksum=e9203391a0b913576153a2ad22a2dc1479b1ec325beb6c46a3237c669aef5a52
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: cppzmq: update to 4.6.0.
  2020-01-30 19:20 [PR PATCH] cppzmq: update to 4.6.0 voidlinux-github
  2020-01-30 21:14 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-31  7:49 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-31  7:49 UTC (permalink / raw)
  To: ml

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

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

cppzmq: update to 4.6.0.
https://github.com/void-linux/void-packages/pull/18669

Description:
Simple version bump.

cc: @Vaelatern 

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

end of thread, other threads:[~2020-01-31  7:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-30 19:20 [PR PATCH] cppzmq: update to 4.6.0 voidlinux-github
2020-01-30 21:14 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-31  7:49 ` [PR PATCH] [Merged]: " voidlinux-github

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