vcpkg/ports/libmad/vcpkg.json
MonicaLiu 89c0f688b8
[libmad] Fix hash (#36375)
* fix libmad hash

* update version

* use vcpkg_from_git

* update git-tree

* undo vcpkg_from_git

* update git-tree

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-01-31 14:45:22 -08:00

18 lines
329 B
JSON

{
"name": "libmad",
"version": "0.16.4",
"port-version": 1,
"description": "high-quality MPEG audio decoder",
"homepage": "http://codeberg.org/tenacityteam/libmad",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}