From bfa2ae4cca775929c27b3d5290a2f5a67dde5019 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 1 Dec 2024 12:53:57 +0100 Subject: [PATCH] python3-imageio-ffmpeg: fix license checksum --- recipes-devtools/python/python3-imageio-ffmpeg_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/python/python3-imageio-ffmpeg_git.bb b/recipes-devtools/python/python3-imageio-ffmpeg_git.bb index c136f81..db859e1 100644 --- a/recipes-devtools/python/python3-imageio-ffmpeg_git.bb +++ b/recipes-devtools/python/python3-imageio-ffmpeg_git.bb @@ -1,6 +1,6 @@ SUMMARY = "FFMPEG wrapper for Python" LICENSE = "BSD-2-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4a2d7b4be06609e1a683e7d895c75c02" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6c357400c52c80176e076a6d9eaed6d2" SRC_URI = "git://github.com/imageio/imageio-ffmpeg.git;protocol=https;branch=master"