Skip to content

Commit d3ac5b0

Browse files
committed
update.sh: minor wording changes to accomodate for latest changes.
1 parent d8e9176 commit d3ac5b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

update.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ declare -A alpine=(
6060
)
6161

6262
# 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
6565
# Remember to update pkgosschecksum when changing this.
6666
declare -A rev=(
6767
[mainline]='${NGINX_VERSION}-${PKG_RELEASE}'
@@ -70,7 +70,7 @@ declare -A rev=(
7070

7171
# Holds SHA512 checksum for the pkg-oss tarball produced by source code
7272
# 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
7474
declare -A pkgosschecksum=(
7575
[mainline]='e1a8e980d904df21484fc09793f1c938d566dcf0e752171714e70fc364dcd54b1bf3ce3e2ec90747114c5b24ac8050f1e8c6a774ff4476508d5dc99666e59443'
7676
[stable]='b5d8ad59567a5df18f134236c4e22a339229cd56f4b2ae8d1b77a17f3dcfb16672103bd9191d419acf93c90e866b59417aad26ad7710d9dcc53bf38d1f88d764'

0 commit comments

Comments
 (0)