summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman-compose/podman-compose_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb
index c76bf1c4..db549c6e 100644
--- a/recipes-containers/podman-compose/podman-compose_git.bb
+++ b/recipes-containers/podman-compose/podman-compose_git.bb
@@ -4,10 +4,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5inherit setuptools3 5inherit setuptools3
6 6
7PV = "1.2.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 = "0866492a7e9f568d3062da6d7f4e8f4abdfb8028" 10SRCREV = "60ac5e43b3a4063280390a63d1fbe244d72e24a4"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13