From de0195c993f55bbcc623e482f6056a7a87351cfa Mon Sep 17 00:00:00 2001 From: Shreemaan Abhishek Date: Mon, 22 Jul 2024 12:04:42 +0545 Subject: [PATCH] fix: version regex check for 1.25.3.* (#90) --- patch/patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/patch.sh b/patch/patch.sh index f9a6462..24c4d6f 100755 --- a/patch/patch.sh +++ b/patch/patch.sh @@ -60,7 +60,7 @@ elif [[ "$root" == *openresty-1.21.4.* ]]; then apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.27" apply_patch "$patch_dir" "$root" "ngx_lua" "0.10.25" apply_patch "$patch_dir" "$root" "ngx_stream_lua" "0.0.13" -elif [[ "$root" == *openresty-1.25.3.1 ]]; then +elif [[ "$root" == *openresty-1.25.3.* ]]; then patch_dir="$PWD/1.25.3.1" apply_patch "$patch_dir" "$root" "nginx" "1.25.3" apply_patch "$patch_dir" "$root" "lua-resty-core" "0.1.28"