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=(
1818
1919# Current njs versions
2020declare -A njs=(
21- [mainline]=' 0.7.7 '
22- [stable]=' 0.7.7 '
21+ [mainline]=' 0.7.9 '
22+ [stable]=' 0.7.9 '
2323)
2424
2525# Current package patchlevel version
@@ -44,16 +44,16 @@ declare -A alpine=(
4444# when building alpine packages on architectures not supported by nginx.org
4545# Remember to update pkgosschecksum when changing this.
4646declare -A rev=(
47- [mainline]=' ${NGINX_VERSION}-${PKG_RELEASE} '
48- [stable]=' ${NGINX_VERSION}-${PKG_RELEASE} '
47+ [mainline]=' 756 '
48+ [stable]=' 757 '
4949)
5050
5151# Holds SHA512 checksum for the pkg-oss tarball produced by source code
5252# revision/tag in the previous block
5353# Used in alpine builds for architectures not packaged by nginx.org
5454declare -A pkgosschecksum=(
55- [mainline]=' 98d244d5dea3f0c49692843b1857e21dc7353e749f9ff8a526036a3beeea299e156183b6a98070ffc68a23d191e1f24c577d7ea874f8cc27ce01f4dc832658b6 '
56- [stable]=' 7266f418dcc9d89a2990f504d99ec58d10febbaf078c03630d42843955cee7e50b0f90fb317360384a32473839dc42d8b329b737015ec8dd0d028f90d4d5ed25 '
55+ [mainline]=' 5e79f9be4f8ba037fa8138fe50a8fc9e41a0192c1d8c9b2cc58b5c5f5eb3ac66b4807083d25ca21363f07075320a7566eb3e4d3317aa01d3b3e23b20943c411f '
56+ [stable]=' 32a039e8d3cc54404a8ad4a31981e76a49632f1ebec2f45bb309689d6ba2f82e3e8aea8abf582b49931636ea53271b48a7e2f2ef8ebe35b167b3fe18b8b99852 '
5757)
5858
5959get_packages () {
You can’t perform that action at this time.
0 commit comments