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

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

commit 9108f30e95dabe6fcc7c571f77dc94fb447df9cf
Author: Nick Vatamaniuc <vatam...@gmail.com>
AuthorDate: Sat Jun 8 01:52:35 2024 -0400

    Update Erlang to 25
---
 bin/install_dependencies.ps1 | 2 +-
 bin/variables.ps1            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/bin/install_dependencies.ps1 b/bin/install_dependencies.ps1
index eaa6b26..bbe7828 100644
--- a/bin/install_dependencies.ps1
+++ b/bin/install_dependencies.ps1
@@ -47,7 +47,7 @@ pip install --upgrade sphinx sphinxcontrib-httpdomain 
sphinx_rtd_theme pygments
 # Hide the Download-StatusBar and improve download speed of wget-Cmdlet
 $ProgressPreference = 'SilentlyContinue'
 
-# Download and install Erlang/OTP 24
+# Download and install Erlang/OTP
 Write-Output "Downloading Erlang ..."
 Invoke-WebRequest -Uri $erlBuildUri -OutFile $erlBuildFile
 Write-Output "Installing Erlang ..."
diff --git a/bin/variables.ps1 b/bin/variables.ps1
index 204e1bc..a24d6b9 100644
--- a/bin/variables.ps1
+++ b/bin/variables.ps1
@@ -22,7 +22,7 @@ $vcpkgBase = "${vcpkgInstallPath}\installed\x64-windows"
 # ERLANG BUILD SETTINGS
 
 # Download location of the Erlang/OTP Environment for Windows (x64)
-$erlVersion = "24.3.4.14"
+$erlVersion = "25.3.2.12"
 $erlBuildUri = 
"https://github.com/erlang/otp/releases/download/OTP-${erlVersion}/otp_win64_${erlVersion}.exe";
 $erlBuildFile = Split-Path $erlBuildUri -Leaf
 $erlDir = "erl-${erlVersion}"
@@ -31,7 +31,7 @@ $erlInstallPath = "C:\tools\${erlDir}"
 # ERLANG BUILD SETTINGS
 
 # Download location of the Elixir binaries for Windows (x64)
-$elxBuildUri = 
"https://github.com/elixir-lang/elixir/releases/download/v1.15.7/elixir-otp-24.zip";
+$elxBuildUri = 
"https://github.com/elixir-lang/elixir/releases/download/v1.15.7/elixir-otp-25.zip";
 $elxBuildFile = Split-Path $elxBuildUri -Leaf
 $elxInstallPath = "C:\relax\elixir"
 

Reply via email to