* [Buildroot] [PATCH] package/restclient-cpp: bump to version 0.5.2
@ 2020-03-22 6:17 Gilles Talis
2020-03-22 6:17 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.15 Gilles Talis
2020-03-22 7:37 ` [Buildroot] [PATCH] package/restclient-cpp: bump to version 0.5.2 Yann E. MORIN
0 siblings, 2 replies; 3+ messages in thread
From: Gilles Talis @ 2020-03-22 6:17 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
package/restclient-cpp/restclient-cpp.hash | 2 +-
package/restclient-cpp/restclient-cpp.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/restclient-cpp/restclient-cpp.hash b/package/restclient-cpp/restclient-cpp.hash
index 428ec51f5f..cb79c89c89 100644
--- a/package/restclient-cpp/restclient-cpp.hash
+++ b/package/restclient-cpp/restclient-cpp.hash
@@ -1,3 +1,3 @@
# Computed locally
-sha256 6ae98c65333214d13d765d8fde04ec696f88ce349a419df0fbfc4564bc779df3 restclient-cpp-0.5.1.tar.gz
+sha256 d62ba618f9a938652fd53b483289e8662a99451839e59058c8beb286dfbc65ec restclient-cpp-0.5.2.tar.gz
sha256 1c2f79e825a39eb61d8919044776627f4d079ff38975410a3bde340154fc94a4 LICENSE
diff --git a/package/restclient-cpp/restclient-cpp.mk b/package/restclient-cpp/restclient-cpp.mk
index 9393333095..826be870b9 100644
--- a/package/restclient-cpp/restclient-cpp.mk
+++ b/package/restclient-cpp/restclient-cpp.mk
@@ -4,7 +4,7 @@
#
################################################################################
-RESTCLIENT_CPP_VERSION = 0.5.1
+RESTCLIENT_CPP_VERSION = 0.5.2
RESTCLIENT_CPP_SITE = $(call github,mrtazz,restclient-cpp,$(RESTCLIENT_CPP_VERSION))
RESTCLIENT_CPP_LICENSE = MIT
RESTCLIENT_CPP_LICENSE_FILES = LICENSE
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/xapian: bump to version 1.4.15
2020-03-22 6:17 [Buildroot] [PATCH] package/restclient-cpp: bump to version 0.5.2 Gilles Talis
@ 2020-03-22 6:17 ` Gilles Talis
2020-03-22 7:37 ` [Buildroot] [PATCH] package/restclient-cpp: bump to version 0.5.2 Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Gilles Talis @ 2020-03-22 6:17 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
package/xapian/xapian.hash | 4 ++--
package/xapian/xapian.mk | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/xapian/xapian.hash b/package/xapian/xapian.hash
index e4f8dfa23f..6e1ae3c423 100644
--- a/package/xapian/xapian.hash
+++ b/package/xapian/xapian.hash
@@ -1,5 +1,5 @@
-# From https://lists.xapian.org/pipermail/xapian-discuss/2019-November/009774.html
-sha256 975a7ac018c9d34a15cc94a3ecc883204403469f748907e5c4c64d0aec2e4949 xapian-core-1.4.14.tar.xz
+# From https://lists.xapian.org/pipermail/xapian-discuss/2020-February/009792.html
+sha256 b168e95918a01e014fb6a6cbce26e535f80da4d4791bfa5a0e0051fcb6f950ea xapian-core-1.4.15.tar.xz
# locally computed
sha256 c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42 COPYING
diff --git a/package/xapian/xapian.mk b/package/xapian/xapian.mk
index 57aba5e039..9fbe0b36f8 100644
--- a/package/xapian/xapian.mk
+++ b/package/xapian/xapian.mk
@@ -4,7 +4,7 @@
#
################################################################################
-XAPIAN_VERSION = 1.4.14
+XAPIAN_VERSION = 1.4.15
XAPIAN_SOURCE = xapian-core-$(XAPIAN_VERSION).tar.xz
XAPIAN_SITE = https://oligarchy.co.uk/xapian/$(XAPIAN_VERSION)
XAPIAN_LICENSE = GPL-2.0+
--
2.17.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/restclient-cpp: bump to version 0.5.2
2020-03-22 6:17 [Buildroot] [PATCH] package/restclient-cpp: bump to version 0.5.2 Gilles Talis
2020-03-22 6:17 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.15 Gilles Talis
@ 2020-03-22 7:37 ` Yann E. MORIN
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-03-22 7:37 UTC (permalink / raw)
To: buildroot
Gilles, All,
On 2020-03-22 07:17 +0100, Gilles Talis spake thusly:
> Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
Both applied to master (I just switched to two spaces in the hash
file). Thanks.
Regards,
Yann E. MORIN.
> ---
> package/restclient-cpp/restclient-cpp.hash | 2 +-
> package/restclient-cpp/restclient-cpp.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/restclient-cpp/restclient-cpp.hash b/package/restclient-cpp/restclient-cpp.hash
> index 428ec51f5f..cb79c89c89 100644
> --- a/package/restclient-cpp/restclient-cpp.hash
> +++ b/package/restclient-cpp/restclient-cpp.hash
> @@ -1,3 +1,3 @@
> # Computed locally
> -sha256 6ae98c65333214d13d765d8fde04ec696f88ce349a419df0fbfc4564bc779df3 restclient-cpp-0.5.1.tar.gz
> +sha256 d62ba618f9a938652fd53b483289e8662a99451839e59058c8beb286dfbc65ec restclient-cpp-0.5.2.tar.gz
> sha256 1c2f79e825a39eb61d8919044776627f4d079ff38975410a3bde340154fc94a4 LICENSE
> diff --git a/package/restclient-cpp/restclient-cpp.mk b/package/restclient-cpp/restclient-cpp.mk
> index 9393333095..826be870b9 100644
> --- a/package/restclient-cpp/restclient-cpp.mk
> +++ b/package/restclient-cpp/restclient-cpp.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -RESTCLIENT_CPP_VERSION = 0.5.1
> +RESTCLIENT_CPP_VERSION = 0.5.2
> RESTCLIENT_CPP_SITE = $(call github,mrtazz,restclient-cpp,$(RESTCLIENT_CPP_VERSION))
> RESTCLIENT_CPP_LICENSE = MIT
> RESTCLIENT_CPP_LICENSE_FILES = LICENSE
> --
> 2.17.1
>
> _______________________________________________
> 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] 3+ messages in thread
end of thread, other threads:[~2020-03-22 7:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-22 6:17 [Buildroot] [PATCH] package/restclient-cpp: bump to version 0.5.2 Gilles Talis
2020-03-22 6:17 ` [Buildroot] [PATCH] package/xapian: bump to version 1.4.15 Gilles Talis
2020-03-22 7:37 ` [Buildroot] [PATCH] package/restclient-cpp: bump to version 0.5.2 Yann E. MORIN
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.