From 82546af7f0f466053c1dc05a5325f810170fdd62 Mon Sep 17 00:00:00 2001 From: drodin Date: Tue, 27 Jul 2021 17:47:56 +0200 Subject: [PATCH] Update 'opusfile' package to v0.12-p1 --- cmake/configs/default.cmake | 2 +- cmake/projects/opusfile/hunter.cmake | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cmake/configs/default.cmake b/cmake/configs/default.cmake index 5cac095d93..d944f2bee3 100644 --- a/cmake/configs/default.cmake +++ b/cmake/configs/default.cmake @@ -412,7 +412,7 @@ hunter_default_version(oniguruma VERSION 6.8.1-p0) hunter_default_version(onmt VERSION 0.4.1-p2) hunter_default_version(openddlparser VERSION 0.1.0-p2) hunter_default_version(opentracing-cpp VERSION 1.6.0) -hunter_default_version(opusfile VERSION 0.12-p0) +hunter_default_version(opusfile VERSION 0.12-p1) hunter_default_version(pcg VERSION 0.0.0-p1) hunter_default_version(pciaccess VERSION 0.13.4) hunter_default_version(pcre2 VERSION 10.13-p0) diff --git a/cmake/projects/opusfile/hunter.cmake b/cmake/projects/opusfile/hunter.cmake index 700e82f57c..97c808b6a5 100644 --- a/cmake/projects/opusfile/hunter.cmake +++ b/cmake/projects/opusfile/hunter.cmake @@ -4,6 +4,17 @@ include(hunter_cmake_args) include(hunter_download) include(hunter_pick_scheme) +hunter_add_version( + PACKAGE_NAME + opusfile + VERSION + 0.12-p1 + URL + "https://github.com/cpp-pm/opusfile/archive/v0.12-p1.tar.gz" + SHA1 + 32d654a0cb6135022b81a25ee4aedc7ecaae3930 +) + hunter_add_version( PACKAGE_NAME opusfile