aboutsummaryrefslogtreecommitdiff
path: root/bake.sh
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-12-07 15:43:59 -0500
committerGalen Guyer <galen@galenguyer.com>2022-12-07 15:43:59 -0500
commit9f4554ffd3b3eda1d16bcb06ea5a90293ea83153 (patch)
tree3d14acc70f80a1268f1799c587a019a761c30b02 /bake.sh
parent5aefd94993001facdab52ac3a13ce95e2d3063ba (diff)
Properly use PCRE2 version
Diffstat (limited to 'bake.sh')
-rwxr-xr-xbake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bake.sh b/bake.sh
index bc188db..b946f23 100755
--- a/bake.sh
+++ b/bake.sh
@@ -37,7 +37,7 @@ nginx_mainline="${NGINX_MAINLINE:-$(curl -sSL https://nginx.org/en/download.html
echo "using nginx mainline version $nginx_mainline..." >&2
# retrieve latest pcre2 version
-pcre="${PCRE:-$(curl -sSL https://api.github.com/repos/PCRE2Project/pcre2/releases/latest | jq -r '.name')}"
+pcre="${PCRE:-$(curl -sSL https://api.github.com/repos/PCRE2Project/pcre2/releases/latest | jq -r '.tag_name')}"
echo "using pcre2 version $pcre..." >&2
# pass core count into container for build process