[libsndfile] Update to 1.0.31 (#15953)

* [libsndfile] Update to 1.0.31

* update version

Co-authored-by: Jonliu1993 <13720414433@163.com>
This commit is contained in:
evpobr 2021-02-02 08:24:40 +05:00 committed by GitHub
parent fe5678ba8a
commit 1188a3fe9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO libsndfile/libsndfile REPO libsndfile/libsndfile
REF 68958f9c9199dad97dcd10700df3746b2cd9b8a3 # v1.0.30 REF 1.0.31
SHA512 4f2af061af5d5b26106ed11e33f04930a57c79ca0e18ef5fe32255c3f555bfa7b9192db7ff0f34f782d85b2ee40662182073e1abf4a73f448c47b67c26bb5b53 SHA512 5767ced306f2d300aa2014d383c22f3ee9a4fe1ffb2c463405bc26209ede09a9cfb95e1c08256db36e986d2b30151c38dbe635a3cae0b7138d7de485e2084891
HEAD_REF master HEAD_REF master
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "libsndfile", "name": "libsndfile",
"version-string": "1.0.30", "version-string": "1.0.31",
"port-version": 1,
"description": "Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo", "description": "Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo",
"homepage": "https://github.com/erikd/libsndfile", "homepage": "https://github.com/erikd/libsndfile",
"license": "LGPL-2.1", "license": "LGPL-2.1",

View File

@ -3321,8 +3321,8 @@
"port-version": 0 "port-version": 0
}, },
"libsndfile": { "libsndfile": {
"baseline": "1.0.30", "baseline": "1.0.31",
"port-version": 1 "port-version": 0
}, },
"libsodium": { "libsodium": {
"baseline": "1.0.18", "baseline": "1.0.18",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "587283d6fa07092beece87351d1361506293ff59",
"version-string": "1.0.31",
"port-version": 0
},
{ {
"git-tree": "03a5a8afe22b95df759e1f581e3a35d27ee99540", "git-tree": "03a5a8afe22b95df759e1f581e3a35d27ee99540",
"version-string": "1.0.30", "version-string": "1.0.30",