This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to branch update-erlang-version-to-26.2.5.20 in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
commit 49729466c6e2b0dbb0b9b704ad193f1d95f586ae 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() {
