diff options
-rw-r--r-- | recipes-devtools/go/go-fsnotify_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/go/go-fsnotify_git.bb b/recipes-devtools/go/go-fsnotify_git.bb index 85350b0f..e6545186 100644 --- a/recipes-devtools/go/go-fsnotify_git.bb +++ b/recipes-devtools/go/go-fsnotify_git.bb | |||
@@ -2,15 +2,15 @@ DESCRIPTION = "A golang registry for global request variables." | |||
2 | HOMEPAGE = "https://github.com/go-fsnotify/fsnotify" | 2 | HOMEPAGE = "https://github.com/go-fsnotify/fsnotify" |
3 | SECTION = "devel/go" | 3 | SECTION = "devel/go" |
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c38914c9a7ab03bb2b96d4baaee10769" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=68f2948d3c4943313d07e084a362486c" |
6 | 6 | ||
7 | SRCNAME = "fsnotify" | 7 | SRCNAME = "fsnotify" |
8 | 8 | ||
9 | PKG_NAME = "github.com/fsnotify/${SRCNAME}" | 9 | PKG_NAME = "github.com/fsnotify/${SRCNAME}" |
10 | SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" | 10 | SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https" |
11 | 11 | ||
12 | SRCREV = "836bfd95fecc0f1511dd66bdbf2b5b61ab8b00b6" | 12 | SRCREV = "af855d7e6014ec848882bb2ed7d40d536872d275" |
13 | PV = "1.2.11+git${SRCPV}" | 13 | PV = "v1.5.1+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||