summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/podman-compose/podman-compose_0.1.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_0.1.5.bb b/recipes-containers/podman-compose/podman-compose_0.1.5.bb
index 4015069a..bf91705a 100644
--- a/recipes-containers/podman-compose/podman-compose_0.1.5.bb
+++ b/recipes-containers/podman-compose/podman-compose_0.1.5.bb
@@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5inherit setuptools3 pypi 5inherit setuptools3 pypi
6 6
7SRC_URI = "git://github.com/containers/podman-compose.git" 7SRC_URI = "git://github.com/containers/podman-compose.git;branch=devel"
8 8
9SRCREV = "f008986633879acf3f54848dabbf07cef8e9c68f" 9SRCREV = "6289d25a42cfdb5dfcac863b1b1b4ace32ce31b7"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12