asciinema: update

This commit is contained in:
Markus Volk 2023-07-25 09:09:21 +02:00
parent 5dbb92b04e
commit 0e9c1ad46a

View File

@ -3,7 +3,7 @@ LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = " \ SRC_URI = " \
git://github.com/asciinema/asciinema.git;protocol=https;branch=master \ git://github.com/asciinema/asciinema.git;protocol=https;nobranch=1 \
" "
RDEPENDS:${PN} = " \ RDEPENDS:${PN} = " \
@ -14,5 +14,5 @@ RDEPENDS:${PN} = " \
inherit python_setuptools_build_meta inherit python_setuptools_build_meta
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
PV = "2.2.0" PV = "2.3.0"
SRCREV = "f3af768f569e0b363bcced11d266d4ed857e21e7" SRCREV = "791916d87d06b25ded09fefde33288d5c069c96d"