You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2022/05/05 17:58:21 UTC

[couchdb-pkg] 01/02: Update Erlang to 23.3.4.14

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch update-erlang-23-version
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git

commit 4bfddfbc9e8827b94c695244f25906982f630f4d
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu May 5 01:03:35 2022 -0400

    Update Erlang to 23.3.4.14
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index d749a4a..e04a20f 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ CENTOSES="centos-7 centos-8"
 XPLAT_BASE="debian-bullseye"
 XPLAT_ARCHES="arm64 ppc64le"
 BINARY_API="https://apache.jfrog.io/artifactory"
-ERLANGVERSION=${ERLANGVERSION:-23.3.4.10}
+ERLANGVERSION=${ERLANGVERSION:-23.3.4.14}
 
 split-os-ver() {
   OLDIFS=$IFS