Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 'opusfile' package to v0.12-p2 #743

Merged
merged 1 commit into from
May 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,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-p1)
hunter_default_version(opusfile VERSION 0.12-p2)
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)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/opusfile/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ hunter_add_version(
877447616c34b6dd7753ee1a883c713ca2f56773
)

hunter_add_version(
PACKAGE_NAME
opusfile
VERSION
0.12-p2
URL
"https://github.com/cpp-pm/opusfile/archive/v0.12-p2.tar.gz"
SHA1
b107f9c202672f7d37aca07bf7525a9d78231f66
)

hunter_cmake_args(
opusfile
CMAKE_ARGS
Expand Down
Loading