summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman-compose/podman-compose_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index db549c6e..7451dffb 100644
--- a/recipes-containers/podman-compose/podman-compose_git.bb
+++ b/recipes-containers/podman-compose/podman-compose_git.bb
@@ -7,7 +7,7 @@ inherit setuptools3
7PV = "1.3.0+git" 7PV = "1.3.0+git"
8SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" 8SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https"
9 9
10SRCREV = "60ac5e43b3a4063280390a63d1fbe244d72e24a4" 10SRCREV = "4d899edeb3d0622a986d90a6b2d7356aa550723e"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13