summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/skopeo/skopeo_git.bb6
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
22SRC_URI = " \ 22SRC_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
27SRCREV = "cf5027809ac32847df8570bccb4e425a10ba1591" 27SRCREV = "8b9999e1d501a1e81ffd9142c40c068a0c509780"
28PV = "v1.12.0+git${SRCPV}" 28PV = "v1.13.0+git${SRCPV}"
29GO_IMPORT = "import" 29GO_IMPORT = "import"
30 30
31S = "${WORKDIR}/git/src/github.com/containers/skopeo" 31S = "${WORKDIR}/git/src/github.com/containers/skopeo"