diff options
| -rw-r--r-- | recipes-containers/skopeo/skopeo_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/skopeo/skopeo_git.bb b/recipes-containers/skopeo/skopeo_git.bb index 8d9ae61b..936d2c3d 100644 --- a/recipes-containers/skopeo/skopeo_git.bb +++ b/recipes-containers/skopeo/skopeo_git.bb | |||
| @@ -22,11 +22,11 @@ RDEPENDS:${PN} = " \ | |||
| 22 | " | 22 | " |
| 23 | 23 | ||
| 24 | SRC_URI = " \ | 24 | SRC_URI = " \ |
| 25 | git://github.com/containers/skopeo;branch=release-1.20;protocol=https;destsuffix=git/src/github.com/containers/skopeo \ | 25 | git://github.com/containers/skopeo;branch=main;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 | ||
| 29 | SRCREV = "e2c1eecd40b9121adf431a33cbbe60d22dc9fad7" | 29 | SRCREV = "d2a1740f0dd0561ebc23017e509da701bca66f7c" |
| 30 | PV = "v1.20.0+git" | 30 | PV = "v1.20.0+git" |
| 31 | GO_IMPORT = "import" | 31 | GO_IMPORT = "import" |
| 32 | 32 | ||
