File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ declare -A alpine=(
60
60
)
61
61
62
62
# When we bump njs version in a stable release we don't move the tag in the
63
- # mercurial repo. This setting allows us to specify a revision to check out
64
- # when building alpine packages on architectures not supported by nginx.org
63
+ # pkg-oss repo. This setting allows us to specify a revision to check out
64
+ # when building packages on architectures not supported by nginx.org
65
65
# Remember to update pkgosschecksum when changing this.
66
66
declare -A rev=(
67
67
[mainline]=' ${NGINX_VERSION}-${PKG_RELEASE}'
@@ -70,7 +70,7 @@ declare -A rev=(
70
70
71
71
# Holds SHA512 checksum for the pkg-oss tarball produced by source code
72
72
# revision/tag in the previous block
73
- # Used in alpine builds for architectures not packaged by nginx.org
73
+ # Used in builds for architectures not packaged by nginx.org
74
74
declare -A pkgosschecksum=(
75
75
[mainline]=' e1a8e980d904df21484fc09793f1c938d566dcf0e752171714e70fc364dcd54b1bf3ce3e2ec90747114c5b24ac8050f1e8c6a774ff4476508d5dc99666e59443'
76
76
[stable]=' b5d8ad59567a5df18f134236c4e22a339229cd56f4b2ae8d1b77a17f3dcfb16672103bd9191d419acf93c90e866b59417aad26ad7710d9dcc53bf38d1f88d764'
You can’t perform that action at this time.
0 commit comments