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

nickva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/main by this push:
     new 7b5dc21  Update default Erlang version to 26.2.5.20
7b5dc21 is described below

commit 7b5dc21d8e5b7d31740ce9a8e049bf7859e28811
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Thu Apr 30 17:11:24 2026 -0400

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

diff --git a/build.sh b/build.sh
index 6602722..3c1e75e 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ CENTOSES="centos-8 centos-9 centos-10"
 XPLAT_BASES="debian-bullseye debian-bookworm debian-trixie ubuntu-jammy 
ubuntu-noble centos-8 centos-9 centos-10"
 XPLAT_ARCHES="arm64 ppc64le s390x"
 BINARY_API="https://apache.jfrog.io/artifactory";
-ERLANGVERSION=${ERLANGVERSION:-26.2.5.17}
+ERLANGVERSION=${ERLANGVERSION:-26.2.5.20}
 REPO_NAME="couch-dev"
 
 split-os-ver() {

Reply via email to