From aca728f51b2d9aec9ce1b7fc9bf53a42ad1f7808 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 11 Nov 2024 17:36:28 +0100 Subject: [PATCH] go-cli: use main branch * master was renamed to main long time ago Signed-off-by: Martin Jansa Signed-off-by: Bruce Ashfield --- recipes-devtools/go/go-cli_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/go/go-cli_git.bb b/recipes-devtools/go/go-cli_git.bb index 8a4992bd..37f65c33 100644 --- a/recipes-devtools/go/go-cli_git.bb +++ b/recipes-devtools/go/go-cli_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=ed9b539ed65d73926f30ff1f1587dc44" SRCNAME = "cli" PKG_NAME = "github.com/codegangsta/${SRCNAME}" -SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https" +SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" SRCREV = "27ecc97192df1bf053a22b04463f2b51b8b8373e" PV = "1.1.0+git"