Skip to content

Commit

Permalink
Update 'opusfile' package to v0.12-p1 (cpp-pm#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
drodin authored Jul 29, 2021
1 parent 82ed21d commit d929cdc
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 @@ -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)
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 @@ -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
Expand Down

0 comments on commit d929cdc

Please sign in to comment.