File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ declare -A nginx=(
18
18
19
19
# Current njs versions
20
20
declare -A njs=(
21
- [mainline]=' 0.8.7 '
22
- [stable]=' 0.8.5 '
21
+ [mainline]=' 0.8.8 '
22
+ [stable]=' 0.8.8 '
23
23
)
24
24
25
25
# Current njs patchlevel version
@@ -64,16 +64,16 @@ declare -A alpine=(
64
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
- [mainline]=' ${NGINX_VERSION}-${PKG_RELEASE} '
68
- [stable]=' ${NGINX_VERSION}-${PKG_RELEASE} '
67
+ [mainline]=' 0286c5190d972a49bffc9bf247885dd510ce8181 '
68
+ [stable]=' f43e929dc7a6111ef5d9ecb281a75749f7934261 '
69
69
)
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
73
# Used in builds for architectures not packaged by nginx.org
74
74
declare -A pkgosschecksum=(
75
- [mainline]=' 5617feecfb441cd972b9ac51a2fd78384a3d2bde2f399163be0746d44ec8f7d8c47234af4f6b0012667c3d0446cced521f55f8f71254415e3766c2e3802bf960 '
76
- [stable]=' b5d8ad59567a5df18f134236c4e22a339229cd56f4b2ae8d1b77a17f3dcfb16672103bd9191d419acf93c90e866b59417aad26ad7710d9dcc53bf38d1f88d764 '
75
+ [mainline]=' 1e546bd15d7bc68e1772ecb6a73e29ba108ee5554a28928e57af038a9e8fc4f5cd35708ce89ad1dfaac97d870e663d32ef41045611d30b20d38b46816e3ab535 '
76
+ [stable]=' 315e9e9040253396ebd9f540557e69cda7d9754a7895c3bf04fbf79d43be8d56e8efc6c22c21c87632039340080511179946456bbc4660e8faf171d130b475a6 '
77
77
)
78
78
79
79
get_packages () {
You can’t perform that action at this time.
0 commit comments