From 0660776d619dd806c425c527a63eb2c8f167a1ed Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Fri, 12 Mar 2021 14:34:41 +0100 Subject: [PATCH] Use a tag for the VST3 SDK wrap --- CHANGELOG.md | 7 +++++++ subprojects/vst3.wrap | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b541f0da..e16589cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Packaging + +- The VST3 SDK Meson wrap now the `v3.7.1_build_50-patched` tag instead of a + commit hash. + ## [3.0.2] - 2020-03-07 ### Fixed diff --git a/subprojects/vst3.wrap b/subprojects/vst3.wrap index 19b3e6a6..e2a42838 100644 --- a/subprojects/vst3.wrap +++ b/subprojects/vst3.wrap @@ -2,6 +2,6 @@ url = https://github.com/robbert-vdh/vst3sdk.git # This is VST3 SDK v3.7.1_build_50 with the documentation and VSTGUI submodules # removed -revision = e2fbb41f28a4b311f2fc7d28e9b4330eec1802b6 +revision = v3.7.1_build_50-patched clone-recursive = true depth = 1