Skip to content

Commit

Permalink
Update 'opusfile' package to v0.12-p2 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodin authored May 3, 2024
1 parent 89ab45f commit 7c9fc0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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

0 comments on commit 7c9fc0a

Please sign in to comment.