mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +01:00
Update opusfile to v0.11 (#4404)
This commit is contained in:
parent
59df8b1029
commit
22fa919487
@ -1,5 +1,5 @@
|
|||||||
Source: opusfile
|
Source: opusfile
|
||||||
Version: 0.9-3
|
Version: 0.11-1
|
||||||
Description: Stand-alone decoder library for .opus streams
|
Description: Stand-alone decoder library for .opus streams
|
||||||
Build-Depends: libogg, opus
|
Build-Depends: libogg, opus
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@ include(vcpkg_common_functions)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO xiph/opusfile
|
REPO xiph/opusfile
|
||||||
REF v0.9
|
REF v0.11
|
||||||
SHA512 8bada67cf12511fd914813fe782a5bf40a5d1ecadbe77e2e8d7bf40bf09bf0e6af3dfbc9b7987496dea813d3b120897cb9117f06521eeb098105e1a795ab702b
|
SHA512 b67976176ffacbeecacd00815877d1b332e149430b49f68d41d6a2f95e6d291e979214903314e14b4cc3f20e07ec8975b906f12f12aef8c786f74f6160d8791d
|
||||||
HEAD_REF master)
|
HEAD_REF master)
|
||||||
|
|
||||||
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
file(COPY ${CMAKE_CURRENT_LIST_DIR}/CMakeLists.txt DESTINATION ${SOURCE_PATH})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user