Skip to content

Commit

Permalink
Update 2.5 buildenv to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Nov 3, 2024
1 parent bbc8a11 commit c1e256d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions tools/macos_buildenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ THIS_SCRIPT_NAME=${BASH_SOURCE[0]}
if [ -n "${BUILDENV_ARM64}" ]; then
VCPKG_TARGET_TRIPLET="arm64-osx-min1100-release"
BUILDENV_BRANCH="2.5-rel"
BUILDENV_NAME="mixxx-deps-2.5-$VCPKG_TARGET_TRIPLET-5dd1f25"
BUILDENV_SHA256="366cdf780e8d2d3af6b81f63e92df9ab7cb1cac1bb868a8e6a90dd39bf2a00b2"
BUILDENV_NAME="mixxx-deps-2.5-arm64-osx-min1100-release-c616147"
BUILDENV_SHA256="0ebac7023f89220f63b9b42f91ca6fd84bccf7cf961796cc2165a982a53934f2"
else
if [ -n "${BUILDENV_RELEASE}" ]; then
VCPKG_TARGET_TRIPLET="x64-osx-min1100-release"
BUILDENV_BRANCH="2.5-rel"
BUILDENV_NAME="mixxx-deps-2.5-$VCPKG_TARGET_TRIPLET-5dd1f25"
BUILDENV_SHA256="60f47011dd0809891c172ec0d346a938daa74e83d0558fb2ca985cbc2aa43156"
BUILDENV_NAME="mixxx-deps-2.5-x64-osx-min1100-release-c616147"
BUILDENV_SHA256="ca83e724f253e8538ad92613ea4d1ac0a827a43a3bf378788870e9c994438a2d"
else
VCPKG_TARGET_TRIPLET="x64-osx-min1100"
BUILDENV_BRANCH="2.5"
BUILDENV_NAME="mixxx-deps-2.5-$VCPKG_TARGET_TRIPLET-06fe9b5"
BUILDENV_SHA256="5a5cb4d986cd288e216fe3a31f8acdbe4bc7b5b8624688aa18ca132c5cfb39b2"
BUILDENV_NAME="mixxx-deps-2.5-x64-osx-min1100-74ff6c7"
BUILDENV_SHA256="2d27b3d07ac63f6540b4b8ec57315c2984332cbb4188717ca906dceeb1a23421"
fi
fi

Expand Down
8 changes: 4 additions & 4 deletions tools/windows_buildenv.bat
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ IF DEFINED BUILDENV_RELEASE (
SET BUILDENV_BRANCH=2.5-rel
SET VCPKG_TARGET_TRIPLET=x64-windows-release
vcpkg_update_main
SET BUILDENV_NAME=mixxx-deps-2.5-x64-windows-release-5dd1f25
SET BUILDENV_SHA256=fd26eea175adee0f4059989b65b4583eaac3cccc83a6d8723f53c7f8569715c9
SET BUILDENV_NAME=mixxx-deps-2.5-x64-windows-release-c616147
SET BUILDENV_SHA256=357b38184392ec74783f50f2b055376ae2579eff9e20d822cb82a23f1af57412
) ELSE (
SET BUILDENV_BRANCH=2.5
SET VCPKG_TARGET_TRIPLET=x64-windows
SET BUILDENV_NAME=mixxx-deps-2.5-x64-windows-06fe9b5
SET BUILDENV_SHA256=168910f3982039ab6c3b8a6c2eaaeac5bd9c965e3b7fe695cca05ca4ecf90e6f
SET BUILDENV_NAME=mixxx-deps-2.5-x64-windows-74ff6c7
SET BUILDENV_SHA256=d84f03c2465e7719684950d37bf957cc6563d8e18164138d33c306b18440895a
)

IF "%~1"=="" (
Expand Down

0 comments on commit c1e256d

Please sign in to comment.