summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/go/go-fsnotify_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/go/go-fsnotify_git.bb')
-rw-r--r--recipes-devtools/go/go-fsnotify_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/go/go-fsnotify_git.bb b/recipes-devtools/go/go-fsnotify_git.bb
index e6545186..052658b8 100644
--- a/recipes-devtools/go/go-fsnotify_git.bb
+++ b/recipes-devtools/go/go-fsnotify_git.bb
@@ -10,7 +10,7 @@ PKG_NAME = "github.com/fsnotify/${SRCNAME}"
10SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" 10SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
11 11
12SRCREV = "af855d7e6014ec848882bb2ed7d40d536872d275" 12SRCREV = "af855d7e6014ec848882bb2ed7d40d536872d275"
13PV = "v1.5.1+git${SRCPV}" 13PV = "v1.5.1+git"
14 14
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16