From c7315e45ce0b7eabb92cdbe55a52c61de1a9aeda Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sun, 27 Jun 2021 19:46:20 +0200 Subject: [PATCH] foot: update --- recipes-support/foot/fcft_git.bb | 2 +- recipes-support/foot/foot_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-support/foot/fcft_git.bb b/recipes-support/foot/fcft_git.bb index 1a89840..54decc8 100644 --- a/recipes-support/foot/fcft_git.bb +++ b/recipes-support/foot/fcft_git.bb @@ -20,7 +20,7 @@ SRC_URI = " \ " S = "${WORKDIR}/git" -PV = "2.4.0" +PV = "2.4.1" SRCREV = "${PV}" inherit meson pkgconfig diff --git a/recipes-support/foot/foot_git.bb b/recipes-support/foot/foot_git.bb index 5076c8a..bbf6eb7 100644 --- a/recipes-support/foot/foot_git.bb +++ b/recipes-support/foot/foot_git.bb @@ -26,7 +26,7 @@ SRC_URI = " \ " S = "${WORKDIR}/git" -PV = "1.7.2" +PV = "1.8.0" SRCREV = "${PV}" PACKAGECONFIG[terminfo] = "-Dterminfo=enabled,-Dterminfo=disabled,ncurses-native"