* [Buildroot] [PATCH 1/1] package/cppzmq: bump to version 4.7.0
@ 2020-10-01 18:34 Fabrice Fontaine
2020-10-01 19:34 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2020-10-01 18:34 UTC (permalink / raw)
To: buildroot
https://github.com/zeromq/cppzmq/releases/tag/v4.7.0
Update indentation in hash file (two spaces)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/cppzmq/cppzmq.hash | 4 ++--
package/cppzmq/cppzmq.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/cppzmq/cppzmq.hash b/package/cppzmq/cppzmq.hash
index f0e256dc14..7e40d4e32f 100644
--- a/package/cppzmq/cppzmq.hash
+++ b/package/cppzmq/cppzmq.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 e9203391a0b913576153a2ad22a2dc1479b1ec325beb6c46a3237c669aef5a52 cppzmq-4.6.0.tar.gz
-sha256 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748 LICENSE
+sha256 ffbedc8ffb95caea0b82f9be208c8ac5d6040870b63f2a9c780ccff681d5464c cppzmq-4.7.0.tar.gz
+sha256 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748 LICENSE
diff --git a/package/cppzmq/cppzmq.mk b/package/cppzmq/cppzmq.mk
index c2994ecfcb..0f0ace2541 100644
--- a/package/cppzmq/cppzmq.mk
+++ b/package/cppzmq/cppzmq.mk
@@ -4,7 +4,7 @@
#
################################################################################
-CPPZMQ_VERSION = 4.6.0
+CPPZMQ_VERSION = 4.7.0
CPPZMQ_SITE = $(call github,zeromq,cppzmq,v$(CPPZMQ_VERSION))
CPPZMQ_INSTALL_STAGING = YES
CPPZMQ_DEPENDENCIES = host-pkgconf zeromq
--
2.28.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/cppzmq: bump to version 4.7.0
2020-10-01 18:34 [Buildroot] [PATCH 1/1] package/cppzmq: bump to version 4.7.0 Fabrice Fontaine
@ 2020-10-01 19:34 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2020-10-01 19:34 UTC (permalink / raw)
To: buildroot
Fabrice, All,
On 2020-10-01 20:34 +0200, Fabrice Fontaine spake thusly:
> https://github.com/zeromq/cppzmq/releases/tag/v4.7.0
>
> Update indentation in hash file (two spaces)
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/cppzmq/cppzmq.hash | 4 ++--
> package/cppzmq/cppzmq.mk | 2 +-
> 2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/cppzmq/cppzmq.hash b/package/cppzmq/cppzmq.hash
> index f0e256dc14..7e40d4e32f 100644
> --- a/package/cppzmq/cppzmq.hash
> +++ b/package/cppzmq/cppzmq.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 e9203391a0b913576153a2ad22a2dc1479b1ec325beb6c46a3237c669aef5a52 cppzmq-4.6.0.tar.gz
> -sha256 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748 LICENSE
> +sha256 ffbedc8ffb95caea0b82f9be208c8ac5d6040870b63f2a9c780ccff681d5464c cppzmq-4.7.0.tar.gz
> +sha256 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748 LICENSE
> diff --git a/package/cppzmq/cppzmq.mk b/package/cppzmq/cppzmq.mk
> index c2994ecfcb..0f0ace2541 100644
> --- a/package/cppzmq/cppzmq.mk
> +++ b/package/cppzmq/cppzmq.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -CPPZMQ_VERSION = 4.6.0
> +CPPZMQ_VERSION = 4.7.0
> CPPZMQ_SITE = $(call github,zeromq,cppzmq,v$(CPPZMQ_VERSION))
> CPPZMQ_INSTALL_STAGING = YES
> CPPZMQ_DEPENDENCIES = host-pkgconf zeromq
> --
> 2.28.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-01 19:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-01 18:34 [Buildroot] [PATCH 1/1] package/cppzmq: bump to version 4.7.0 Fabrice Fontaine
2020-10-01 19:34 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox