summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/runc/runc_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb
index 739bd652..cd7254e7 100644
--- a/recipes-containers/runc/runc_git.bb
+++ b/recipes-containers/runc/runc_git.bb
@@ -1,8 +1,8 @@
1include runc.inc 1include runc.inc
2 2
3SRCREV = "81693c22ec27c3ee3aa890433e81cb0104ee8ff8" 3SRCREV = "13a5c4edf427c231680a79871bd1e6f1f0e18892"
4SRC_URI = " \ 4SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=release-1.3;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 5 git://github.com/opencontainers/runc;branch=release-1.4;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ 6 file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
7 " 7 "
8RUNC_VERSION = "1.3.0" 8RUNC_VERSION = "1.3.0"