Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libphidget: bump to version 2.1.9.20190409
@ 2021-10-16 14:13 Fabrice Fontaine
  2021-10-16 14:13 ` [Buildroot] [PATCH 2/2] package/phidgetwebservice: " Fabrice Fontaine
  2021-10-18 19:57 ` [Buildroot] [PATCH 1/2] package/libphidget: " Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-10-16 14:13 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libphidget/libphidget.hash | 2 +-
 package/libphidget/libphidget.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libphidget/libphidget.hash b/package/libphidget/libphidget.hash
index 120d6373e1..9789f78646 100644
--- a/package/libphidget/libphidget.hash
+++ b/package/libphidget/libphidget.hash
@@ -1,3 +1,3 @@
 # locally computed
-sha256  f6da13dc0db057c1a87e0a831e3f5507cd26a32f3ced40f2c0ad783fc244bcd5  libphidget_2.1.8.20170607.tar.gz
+sha256  0e789912700228808519cf5c41e19f9b761da635c6bb676b147897936b23851f  libphidget_2.1.9.20190409.tar.gz
 sha256  8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/libphidget/libphidget.mk b/package/libphidget/libphidget.mk
index d84a8b911d..f7d471f99a 100644
--- a/package/libphidget/libphidget.mk
+++ b/package/libphidget/libphidget.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBPHIDGET_VERSION = 2.1.8.20170607
+LIBPHIDGET_VERSION = 2.1.9.20190409
 LIBPHIDGET_SOURCE = libphidget_$(LIBPHIDGET_VERSION).tar.gz
 LIBPHIDGET_SITE = https://www.phidgets.com/downloads/phidget21/libraries/linux/libphidget
 LIBPHIDGET_DEPENDENCIES = libusb
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/2] package/phidgetwebservice: bump to version 2.1.9.20190409
  2021-10-16 14:13 [Buildroot] [PATCH 1/2] package/libphidget: bump to version 2.1.9.20190409 Fabrice Fontaine
@ 2021-10-16 14:13 ` Fabrice Fontaine
  2021-10-18 19:57 ` [Buildroot] [PATCH 1/2] package/libphidget: " Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-10-16 14:13 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/phidgetwebservice/phidgetwebservice.hash | 2 +-
 package/phidgetwebservice/phidgetwebservice.mk   | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/phidgetwebservice/phidgetwebservice.hash b/package/phidgetwebservice/phidgetwebservice.hash
index e369049c1c..49017f2994 100644
--- a/package/phidgetwebservice/phidgetwebservice.hash
+++ b/package/phidgetwebservice/phidgetwebservice.hash
@@ -1,3 +1,3 @@
 # locally computed
-sha256  904af15ecd13ae4e807ed8af181e3a4521e59f8f3791be0aa4ceb1afdbf764a2  phidgetwebservice_2.1.8.20170607.tar.gz
+sha256  aa63cbd2ab87182d6e0c05d553ee4c8cc73d268516d8e0a1e881baed391c081d  phidgetwebservice_2.1.9.20190409.tar.gz
 sha256  ea8af5e789cb2d4e9b10bce3874982ade163b749b6bfbdb32e2df21c4d106de1  COPYING
diff --git a/package/phidgetwebservice/phidgetwebservice.mk b/package/phidgetwebservice/phidgetwebservice.mk
index bdcc388b26..b5f335c4ec 100644
--- a/package/phidgetwebservice/phidgetwebservice.mk
+++ b/package/phidgetwebservice/phidgetwebservice.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PHIDGETWEBSERVICE_VERSION = 2.1.8.20170607
+PHIDGETWEBSERVICE_VERSION = 2.1.9.20190409
 PHIDGETWEBSERVICE_SOURCE = phidgetwebservice_$(PHIDGETWEBSERVICE_VERSION).tar.gz
-PHIDGETWEBSERVICE_SITE = http://www.phidgets.com/downloads/libraries
+PHIDGETWEBSERVICE_SITE = https://www.phidgets.com/downloads/phidget21/servers/linux/phidgetwebservice
 PHIDGETWEBSERVICE_DEPENDENCIES = libphidget
 PHIDGETWEBSERVICE_LICENSE = LGPL-3.0
 PHIDGETWEBSERVICE_LICENSE_FILES = COPYING
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/libphidget: bump to version 2.1.9.20190409
  2021-10-16 14:13 [Buildroot] [PATCH 1/2] package/libphidget: bump to version 2.1.9.20190409 Fabrice Fontaine
  2021-10-16 14:13 ` [Buildroot] [PATCH 2/2] package/phidgetwebservice: " Fabrice Fontaine
@ 2021-10-18 19:57 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-10-18 19:57 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

On Sat, 16 Oct 2021 16:13:25 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/libphidget/libphidget.hash | 2 +-
>  package/libphidget/libphidget.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied, thanks, even though I wonder how many of our users use
these packages :-/

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-18 19:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-16 14:13 [Buildroot] [PATCH 1/2] package/libphidget: bump to version 2.1.9.20190409 Fabrice Fontaine
2021-10-16 14:13 ` [Buildroot] [PATCH 2/2] package/phidgetwebservice: " Fabrice Fontaine
2021-10-18 19:57 ` [Buildroot] [PATCH 1/2] package/libphidget: " Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox