Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2022-09-23 14:45:09 +0300
committerHolger Weiss <holger@zedat.fu-berlin.de>2022-09-23 14:45:09 +0300
commit403dc41b5f819551149b9629742fa22e6672e79d (patch)
tree6186dc8f7c97a3976dd3e062a9ed255136d74ab2
parent4a22604701edea85519ee565f8cb23265db6f76b (diff)
make-binaries: Fix GitHub release version checks
Adapt to changes to GitHub release pages.
-rwxr-xr-xtools/make-binaries6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/make-binaries b/tools/make-binaries
index bf8c59445..28cbf7461 100755
--- a/tools/make-binaries
+++ b/tools/make-binaries
@@ -189,7 +189,7 @@ check_configured_dep_vsns()
'zlib-\([1-9][0-9.]*\)\.tar\.gz'
check_vsn 'Expat' "$expat_vsn" \
'https://github.com/libexpat/libexpat/releases' \
- 'expat-\([1-9][0-9.]*\)\.tar\.gz'
+ '[0-9]\]\([1-9][0-9.]*\)'
check_vsn 'Termcap' "$termcap_vsn" \
'https://ftp.gnu.org/gnu/termcap/' \
'termcap-\([1-9][0-9.]*\)\.tar\.gz'
@@ -201,7 +201,7 @@ check_configured_dep_vsns()
'unixODBC-\([1-9][0-9.]*\)\.tar\.gz'
check_vsn 'Linux-PAM' "$pam_vsn" \
'https://github.com/linux-pam/linux-pam/releases' \
- 'Linux-PAM-\([1-9][0-9.]*\)\.tar\.xz'
+ '[0-9]\]Linux-PAM \([1-9][0-9.]*\)'
check_vsn 'libpng' "$png_vsn" \
'http://www.libpng.org/pub/png/libpng.html' \
'libpng-\([1-9][0-9.]*\)\.tar\.gz'
@@ -213,7 +213,7 @@ check_configured_dep_vsns()
'libwebp-\([1-9][0-9.]*\)\.tar\.gz'
check_vsn 'LibGD' "$gd_vsn" \
'https://github.com/libgd/libgd/releases' \
- 'libgd-\([1-9][0-9.]*\)\.tar\.gz'
+ 'gd-\([1-9][0-9.]*\)'
check_vsn 'Elixir' "$elixir_vsn" \
'https://elixir-lang.org/install.html' \
'v\([1-9][0-9.]*\)\.tar\.gz'