summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/conmon/conmon_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb
index 7c4edabf..74f5bfa3 100644
--- a/recipes-containers/conmon/conmon_git.bb
+++ b/recipes-containers/conmon/conmon_git.bb
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=61af0b6932ea7b12fb9142721043bc77"
6 6
7DEPENDS = "glib-2.0 go-md2man-native" 7DEPENDS = "glib-2.0 go-md2man-native"
8 8
9SRCREV = "3efab3e71c4c29f127cd7b8e8a5a885fc17dec88" 9SRCREV = "31614525ebc5fd9668a6e084b5638d71b903bf6d"
10SRC_URI = "\ 10SRC_URI = "\
11 git://github.com/containers/conmon.git \ 11 git://github.com/containers/conmon.git \
12" 12"
13 13
14PV = "2.0.27+git${SRCPV}" 14PV = "2.0.28+git${SRCPV}"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17