[audiofile] update to 1.1.1 (#36562)

* [audiofile] update to 1.1.1

* [audiofile] update to 1.1.1

* [audiofile] update to 1.1.1
This commit is contained in:
Jia Yue Hua 2024-02-06 03:27:10 +08:00 committed by GitHub
parent 40ba22beba
commit efffceaceb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -3,8 +3,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO adamstark/AudioFile
REF 004065d01e9b7338580390d4fdbfbaa46adede4e # 1.1.0
SHA512 99d31035fc82ca8da3c555c30b6b40ea99e15e1f82002c7f04c567ab7aee1de71deddf6930564c56f3a2e83eea1b5f5e9ca631673ed4a943579732b8d62e9603
REF "${VERSION}"
SHA512 b0612e6d6c440e52a168f27410d6ac14f7fcef2ba183e8a80e03f924e6fc778c01e4f46b40cab10dd73c48f8f10dc4112c58f602728fdeec0bc3e143852fc95e
HEAD_REF master
PATCHES
fix-cmakeLists.patch

View File

@ -1,6 +1,6 @@
{
"name": "audiofile",
"version": "1.1.0",
"version": "1.1.1",
"description": "A simple header-only C++ library for reading and writing audio files.",
"homepage": "https://github.com/adamstark/AudioFile",
"license": "MIT",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6f06a6467594b612bfd24dc86f696d07e1c4b500",
"version": "1.1.1",
"port-version": 0
},
{
"git-tree": "fa276b1ad374c2ae6034445b6655518d8f9a23de",
"version": "1.1.0",

View File

@ -329,7 +329,7 @@
"port-version": 1
},
"audiofile": {
"baseline": "1.1.0",
"baseline": "1.1.1",
"port-version": 0
},
"aurora": {