Skip to content

Commit 135307d

Browse files
committed
Updated njs to 0.8.8
1 parent 767c5b4 commit 135307d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

update.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ declare -A nginx=(
1818

1919
# Current njs versions
2020
declare -A njs=(
21-
[mainline]='0.8.7'
22-
[stable]='0.8.5'
21+
[mainline]='0.8.8'
22+
[stable]='0.8.8'
2323
)
2424

2525
# Current njs patchlevel version
@@ -64,16 +64,16 @@ declare -A alpine=(
6464
# when building packages on architectures not supported by nginx.org
6565
# Remember to update pkgosschecksum when changing this.
6666
declare -A rev=(
67-
[mainline]='${NGINX_VERSION}-${PKG_RELEASE}'
68-
[stable]='${NGINX_VERSION}-${PKG_RELEASE}'
67+
[mainline]='0286c5190d972a49bffc9bf247885dd510ce8181'
68+
[stable]='f43e929dc7a6111ef5d9ecb281a75749f7934261'
6969
)
7070

7171
# Holds SHA512 checksum for the pkg-oss tarball produced by source code
7272
# revision/tag in the previous block
7373
# Used in builds for architectures not packaged by nginx.org
7474
declare -A pkgosschecksum=(
75-
[mainline]='5617feecfb441cd972b9ac51a2fd78384a3d2bde2f399163be0746d44ec8f7d8c47234af4f6b0012667c3d0446cced521f55f8f71254415e3766c2e3802bf960'
76-
[stable]='b5d8ad59567a5df18f134236c4e22a339229cd56f4b2ae8d1b77a17f3dcfb16672103bd9191d419acf93c90e866b59417aad26ad7710d9dcc53bf38d1f88d764'
75+
[mainline]='1e546bd15d7bc68e1772ecb6a73e29ba108ee5554a28928e57af038a9e8fc4f5cd35708ce89ad1dfaac97d870e663d32ef41045611d30b20d38b46816e3ab535'
76+
[stable]='315e9e9040253396ebd9f540557e69cda7d9754a7895c3bf04fbf79d43be8d56e8efc6c22c21c87632039340080511179946456bbc4660e8faf171d130b475a6'
7777
)
7878

7979
get_packages() {

0 commit comments

Comments
 (0)