This is an automated email from the ASF dual-hosted git repository.
vatamane 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 c0fcff5 Use 25.3.2.13 as the default erlang for packaging
c0fcff5 is described below
commit c0fcff5a53ac7911ee7dd1c4ff4733011c8f013f
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed Aug 21 23:00:46 2024 -0400
Use 25.3.2.13 as the default erlang for packaging
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index 0593f87..8b53afa 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ CENTOSES="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:-25.3.2.12}
+ERLANGVERSION=${ERLANGVERSION:-25.3.2.13}
split-os-ver() {
OLDIFS=$IFS