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 80acfaed..feff9dfa 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;destsuffix=git/src/github.com/containers/skopeo \ | 23 | git://github.com/containers/skopeo;branch=release-1.13;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ |
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 = "cf5027809ac32847df8570bccb4e425a10ba1591" | 27 | SRCREV = "8b9999e1d501a1e81ffd9142c40c068a0c509780" |
28 | PV = "v1.12.0+git${SRCPV}" | 28 | PV = "v1.13.0+git${SRCPV}" |
29 | GO_IMPORT = "import" | 29 | GO_IMPORT = "import" |
30 | 30 | ||
31 | S = "${WORKDIR}/git/src/github.com/containers/skopeo" | 31 | S = "${WORKDIR}/git/src/github.com/containers/skopeo" |