[Buildroot] [git commit] package/motion: bump to version 4.4.0

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Tue Oct 26 19:34:15 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=ff94c7220477bea2e1c8a287a4a255334a5a5354
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 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


More information about the buildroot mailing list