diff options
-rw-r--r-- | recipes-containers/conmon/conmon_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb index ea1c45d0..a20af04a 100644 --- a/recipes-containers/conmon/conmon_git.bb +++ b/recipes-containers/conmon/conmon_git.bb | |||
@@ -9,12 +9,12 @@ REQUIRED_DISTRO_FEATURES ?= "seccomp" | |||
9 | 9 | ||
10 | DEPENDS = "glib-2.0 go-md2man-native libseccomp" | 10 | DEPENDS = "glib-2.0 go-md2man-native libseccomp" |
11 | 11 | ||
12 | SRCREV = "4c41ec2a215c502ad6c38ea255ac1082fa1d381d" | 12 | SRCREV = "19110c9746d7ec5c787ad94c7c0006fff38938f9" |
13 | SRC_URI = "\ | 13 | SRC_URI = "\ |
14 | git://github.com/containers/conmon.git;branch=main;protocol=https \ | 14 | git://github.com/containers/conmon.git;branch=main;protocol=https \ |
15 | " | 15 | " |
16 | 16 | ||
17 | PV = "2.1.0+git${SRCPV}" | 17 | PV = "2.1.3+git${SRCPV}" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
20 | 20 | ||