From 0e9c1ad46aafad37e09439e884819bfa591ab6ca Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 25 Jul 2023 09:09:21 +0200 Subject: [PATCH] asciinema: update --- recipes-support/asciinema/asciinema_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-support/asciinema/asciinema_git.bb b/recipes-support/asciinema/asciinema_git.bb index 14de268..8b89856 100644 --- a/recipes-support/asciinema/asciinema_git.bb +++ b/recipes-support/asciinema/asciinema_git.bb @@ -3,7 +3,7 @@ LICENSE = "GPL-3.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = " \ - git://github.com/asciinema/asciinema.git;protocol=https;branch=master \ + git://github.com/asciinema/asciinema.git;protocol=https;nobranch=1 \ " RDEPENDS:${PN} = " \ @@ -14,5 +14,5 @@ RDEPENDS:${PN} = " \ inherit python_setuptools_build_meta S = "${WORKDIR}/git" -PV = "2.2.0" -SRCREV = "f3af768f569e0b363bcced11d266d4ed857e21e7" +PV = "2.3.0" +SRCREV = "791916d87d06b25ded09fefde33288d5c069c96d"