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 32938108..8d9ae61b 100644
--- a/recipes-containers/skopeo/skopeo_git.bb
+++ b/recipes-containers/skopeo/skopeo_git.bb
@@ -22,12 +22,12 @@ RDEPENDS:${PN} = " \
22" 22"
23 23
24SRC_URI = " \ 24SRC_URI = " \
25 git://github.com/containers/skopeo;branch=main;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ 25 git://github.com/containers/skopeo;branch=release-1.20;protocol=https;destsuffix=git/src/github.com/containers/skopeo \
26 file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \ 26 file://0001-makefile-add-GOBUILDFLAGS-to-go-build-call.patch \
27" 27"
28 28
29SRCREV = "b6c726f854084e9ace9dc69be6c0be0131ed1573" 29SRCREV = "e2c1eecd40b9121adf431a33cbbe60d22dc9fad7"
30PV = "v1.19.0+git" 30PV = "v1.20.0+git"
31GO_IMPORT = "import" 31GO_IMPORT = "import"
32 32
33S = "${UNPACKDIR}/git/src/github.com/containers/skopeo" 33S = "${UNPACKDIR}/git/src/github.com/containers/skopeo"