All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/motion: bump to version 4.4.0
@ 2021-10-24  7:10 Fabrice Fontaine
  2021-10-26 19:33 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-10-24  7:10 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Use LICENSE file added with
https://github.com/Motion-Project/motion/commit/34091a770c679da79f5be58f392020a8514521ee
instead of doc/COPYING removed with
https://github.com/Motion-Project/motion/commit/13d8fdc37c6ea42ef9c49ddc594e2b96d43cd36f

https://github.com/Motion-Project/motion/releases/tag/release-4.4.0

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

diff --git a/package/motion/motion.hash b/package/motion/motion.hash
index 96ab1c4338..085ac90449 100644
--- a/package/motion/motion.hash
+++ b/package/motion/motion.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  dafa4264b2d8e4778f8be5871f09b6c0ec710d5a836182c583469c18db944d70  motion-4.3.2.tar.gz
-sha256  91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad  doc/COPYING
+sha256  3fb0d14fff8a8a143716223b5d2d55c0f52b11badf13a2e485b98bae3cf1b572  motion-4.4.0.tar.gz
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE
diff --git a/package/motion/motion.mk b/package/motion/motion.mk
index 29b70fd85f..dae812b9a4 100644
--- a/package/motion/motion.mk
+++ b/package/motion/motion.mk
@@ -4,10 +4,10 @@
 #
 ################################################################################
 
-MOTION_VERSION = 4.3.2
+MOTION_VERSION = 4.4.0
 MOTION_SITE = $(call github,Motion-Project,motion,release-$(MOTION_VERSION))
 MOTION_LICENSE = GPL-2.0
-MOTION_LICENSE_FILES = doc/COPYING
+MOTION_LICENSE_FILES = LICENSE
 MOTION_DEPENDENCIES = host-pkgconf jpeg libmicrohttpd $(TARGET_NLS_DEPENDENCIES)
 # From git
 MOTION_AUTORECONF = YES
-- 
2.33.0

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

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

* Re: [Buildroot] [PATCH 1/1] package/motion: bump to version 4.4.0
  2021-10-24  7:10 [Buildroot] [PATCH 1/1] package/motion: bump to version 4.4.0 Fabrice Fontaine
@ 2021-10-26 19:33 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-10-26 19:33 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 24/10/2021 09:10, Fabrice Fontaine wrote:
> Use LICENSE file added with
> https://github.com/Motion-Project/motion/commit/34091a770c679da79f5be58f392020a8514521ee
> instead of doc/COPYING removed with
> https://github.com/Motion-Project/motion/commit/13d8fdc37c6ea42ef9c49ddc594e2b96d43cd36f
> 
> https://github.com/Motion-Project/motion/releases/tag/release-4.4.0
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/motion/motion.hash | 4 ++--
>   package/motion/motion.mk   | 4 ++--
>   2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/motion/motion.hash b/package/motion/motion.hash
> index 96ab1c4338..085ac90449 100644
> --- a/package/motion/motion.hash
> +++ b/package/motion/motion.hash
> @@ -1,3 +1,3 @@
>   # Locally computed:
> -sha256  dafa4264b2d8e4778f8be5871f09b6c0ec710d5a836182c583469c18db944d70  motion-4.3.2.tar.gz
> -sha256  91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad  doc/COPYING
> +sha256  3fb0d14fff8a8a143716223b5d2d55c0f52b11badf13a2e485b98bae3cf1b572  motion-4.4.0.tar.gz
> +sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  LICENSE
> diff --git a/package/motion/motion.mk b/package/motion/motion.mk
> index 29b70fd85f..dae812b9a4 100644
> --- a/package/motion/motion.mk
> +++ b/package/motion/motion.mk
> @@ -4,10 +4,10 @@
>   #
>   ################################################################################
>   
> -MOTION_VERSION = 4.3.2
> +MOTION_VERSION = 4.4.0
>   MOTION_SITE = $(call github,Motion-Project,motion,release-$(MOTION_VERSION))
>   MOTION_LICENSE = GPL-2.0
> -MOTION_LICENSE_FILES = doc/COPYING
> +MOTION_LICENSE_FILES = LICENSE
>   MOTION_DEPENDENCIES = host-pkgconf jpeg libmicrohttpd $(TARGET_NLS_DEPENDENCIES)
>   # From git
>   MOTION_AUTORECONF = YES
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-24  7:10 [Buildroot] [PATCH 1/1] package/motion: bump to version 4.4.0 Fabrice Fontaine
2021-10-26 19:33 ` Arnout Vandecappelle

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.