This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch update-latest-erlang-24 in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit 6aa7189b53bf8804f0fa53da6c3905c7685ec070 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Wed May 8 14:01:58 2024 -0400 Update to latest Erlang 24 --- build.sh | 2 +- snap/snapcraft.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index a4cd9f0..b47ecce 100755 --- a/build.sh +++ b/build.sh @@ -34,7 +34,7 @@ CENTOSES="centos-7 centos-8 centos-9" XPLAT_BASES="debian-bullseye debian-bookworm ubuntu-focal ubuntu-jammy centos-8 centos-9" XPLAT_ARCHES="arm64 ppc64le s390x" BINARY_API="https://apache.jfrog.io/artifactory" -ERLANGVERSION=${ERLANGVERSION:-24.3.4.15} +ERLANGVERSION=${ERLANGVERSION:-24.3.4.17} split-os-ver() { OLDIFS=$IFS diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index e107bf2..00eb5f3 100755 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -41,7 +41,7 @@ parts: erl-iex: plugin: dump build-environment: - - ASDF_ERLANG_VERSION: "24.3.4.15" + - ASDF_ERLANG_VERSION: "24.3.4.17" - ASDF_ELIXIR_VERSION: "1.15.7-otp-24" source: https://github.com/asdf-vm/asdf.git source-branch: v0.13.1
