devtools/go-context: update branch to main

Upstream has changed the branch to main and deleted master, so
we need to update our SRC_URI to match.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2023-08-24 14:49:09 +00:00
parent 8c89811e65
commit 08ec648efa

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c50f6bd9c1e15ed0bad3bea18e3c1b7f"
SRCNAME = "context"
PKG_NAME = "github.com/gorilla/${SRCNAME}"
SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
SRCREV = "14f550f51af52180c2eefed15e5fd18d63c0a64a"