diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-08-06 03:57:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 12:57:16 -0700 |
| commit | a7cf0bc0e3fbbc440e5af51e776765bf04f954c4 (patch) | |
| tree | 70689fdb41c7651f2d23215fe4ab0233ee5f4986 /ports/wavpack/CONTROL | |
| parent | b0b241fc336251a76b10386f513abc5ec2b3c561 (diff) | |
| download | vcpkg-a7cf0bc0e3fbbc440e5af51e776765bf04f954c4.tar.gz vcpkg-a7cf0bc0e3fbbc440e5af51e776765bf04f954c4.zip | |
[wavpack] Fix failure on linux and osx (#12742)
Diffstat (limited to 'ports/wavpack/CONTROL')
| -rw-r--r-- | ports/wavpack/CONTROL | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ports/wavpack/CONTROL b/ports/wavpack/CONTROL index e8edf703e..a0052e027 100644 --- a/ports/wavpack/CONTROL +++ b/ports/wavpack/CONTROL @@ -1,4 +1,6 @@ Source: wavpack
-Version: 5.2.0 +Version: 5.2.0
+Port-Version: 1 Homepage: https://github.com/dbry/WavPack
Description: WavPack encode/decode library, command-line programs, and several plugins
+Supports: !(arm|arm64)
\ No newline at end of file |
