diff options
| -rw-r--r-- | recipes-containers/skopeo/skopeo_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index 2633a957..8146fe1b 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb | |||
| @@ -20,12 +20,12 @@ RDEPENDS:${PN} = " \ | |||
| 20 | " | 20 | " |
| 21 | 21 | ||
| 22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
| 23 | git://github.com/containers/skopeo;branch=main;protocol=https \ | 23 | git://github.com/containers/skopeo;branch=release-1.11;protocol=https \ |
| 24 | file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ | 24 | file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | SRCREV = "1e70fee21db5cc63786246644c031cf0f659971a" | 27 | SRCREV = "d79588e6c1d2ff2053206a650adc1d30af591908" |
| 28 | PV = "v1.11.0+git${SRCPV}" | 28 | PV = "v1.11.2+git${SRCPV}" |
| 29 | GO_IMPORT = "import" | 29 | GO_IMPORT = "import" |
| 30 | 30 | ||
| 31 | S = "${WORKDIR}/git" | 31 | S = "${WORKDIR}/git" |
