diff options
-rw-r--r-- | recipes-containers/podman-compose/podman-compose_git.bb (renamed from recipes-containers/podman-compose/podman-compose_1.0.6.bb) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_1.0.6.bb b/recipes-containers/podman-compose/podman-compose_git.bb index bcb2b86b..8a80e38a 100644 --- a/recipes-containers/podman-compose/podman-compose_1.0.6.bb +++ b/recipes-containers/podman-compose/podman-compose_git.bb | |||
@@ -4,9 +4,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
4 | 4 | ||
5 | inherit setuptools3 | 5 | inherit setuptools3 |
6 | 6 | ||
7 | PV = "1.2.0+git" | ||
7 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" | 8 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" |
8 | 9 | ||
9 | SRCREV = "f6dbce36181c44d0d08b6f4ca166508542875ce1" | 10 | SRCREV = "daab93b762951d02eaf5ff6a9bf51318c503dede" |
10 | 11 | ||
11 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
12 | 13 | ||