python3-imageio-ffmpeg: fix license checksum

This commit is contained in:
Markus Volk 2024-12-01 12:53:57 +01:00
parent 594fbc7c21
commit bfa2ae4cca

View File

@ -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"