mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
make-binaries: Bump dependency versions
This commit is contained in:
parent
a916d94000
commit
8addf96f9e
2
.github/workflows/installers.yml
vendored
2
.github/workflows/installers.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ~/build/
|
path: ~/build/
|
||||||
key: ${{runner.os}}-ct-ng-1.25.0-RC2
|
key: ${{runner.os}}-ct-ng-1.25.0
|
||||||
- name: Install prerequisites
|
- name: Install prerequisites
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get -qq update
|
sudo apt-get -qq update
|
||||||
|
@ -65,7 +65,7 @@ fi
|
|||||||
rel_name='ejabberd'
|
rel_name='ejabberd'
|
||||||
rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:]')
|
rel_vsn=$(git describe --tags | sed -e 's/-g.*//' -e 's/-/./' | tr -d '[:space:]')
|
||||||
mix_vsn=$(mix_version "$rel_vsn")
|
mix_vsn=$(mix_version "$rel_vsn")
|
||||||
crosstool_vsn='1.25.0_rc2'
|
crosstool_vsn='1.25.0'
|
||||||
termcap_vsn='1.3.1'
|
termcap_vsn='1.3.1'
|
||||||
expat_vsn='2.4.8'
|
expat_vsn='2.4.8'
|
||||||
zlib_vsn='1.2.12'
|
zlib_vsn='1.2.12'
|
||||||
@ -79,7 +79,7 @@ jpeg_vsn='9e'
|
|||||||
webp_vsn='1.2.2'
|
webp_vsn='1.2.2'
|
||||||
gd_vsn='2.3.3'
|
gd_vsn='2.3.3'
|
||||||
odbc_vsn='2.3.11'
|
odbc_vsn='2.3.11'
|
||||||
sqlite_vsn='3380400'
|
sqlite_vsn='3380500'
|
||||||
root_dir="${BUILD_DIR:-$HOME/build}"
|
root_dir="${BUILD_DIR:-$HOME/build}"
|
||||||
bootstrap_dir="$root_dir/bootstrap"
|
bootstrap_dir="$root_dir/bootstrap"
|
||||||
ct_prefix_dir="$root_dir/x-tools"
|
ct_prefix_dir="$root_dir/x-tools"
|
||||||
|
Loading…
Reference in New Issue
Block a user