Update opusfile to v0.11 (#4404)

This commit is contained in:
hesiod 2018-10-12 14:09:40 +01:00 committed by Robert Schumacher
parent 59df8b1029
commit 22fa919487
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
Source: opusfile
Version: 0.9-3
Version: 0.11-1
Description: Stand-alone decoder library for .opus streams
Build-Depends: libogg, opus

View File

@ -6,8 +6,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO xiph/opusfile
REF v0.9
SHA512 8bada67cf12511fd914813fe782a5bf40a5d1ecadbe77e2e8d7bf40bf09bf0e6af3dfbc9b7987496dea813d3b120897cb9117f06521eeb098105e1a795ab702b
REF v0.11
SHA512 b67976176ffacbeecacd00815877d1b332e149430b49f68d41d6a2f95e6d291e979214903314e14b4cc3f20e07ec8975b906f12f12aef8c786f74f6160d8791d
HEAD_REF master)
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})