diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-06-18 11:30:13 -0700 |
---|---|---|
committer | Konstantin Pavlov <pavlov.konstantin@gmail.com> | 2024-06-18 12:52:17 -0700 |
commit | 4f776da929af3d0c97dae2e439853cbbd0965c1b (patch) | |
tree | b668f50c281402fe3d3abc819df3ee527c39ff74 /pkg/contrib/src/njs/Makefile | |
parent | 693cd8404ca838008db44c587d3d83197a1f0263 (diff) | |
download | unit-4f776da929af3d0c97dae2e439853cbbd0965c1b.tar.gz unit-4f776da929af3d0c97dae2e439853cbbd0965c1b.tar.bz2 |
contrib: updated njs to 0.8.4
While at it, follow the njs move to github to fetch sources.
Diffstat (limited to '')
-rw-r--r-- | pkg/contrib/src/njs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/contrib/src/njs/Makefile b/pkg/contrib/src/njs/Makefile index 6a4fdf9d..643ae703 100644 --- a/pkg/contrib/src/njs/Makefile +++ b/pkg/contrib/src/njs/Makefile @@ -1,7 +1,7 @@ # njs include $(dir $(abspath $(lastword $(MAKEFILE_LIST))))/version -NJS_URL := https://hg.nginx.org/njs/archive/$(NJS_VERSION).tar.gz +NJS_URL := https://github.com/nginx/njs/archive/$(NJS_VERSION).tar.gz PKGS += njs |