diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2018-01-30 12:30:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-30 12:30:43 -0800 |
| commit | 6741689094628b94326c5c410b546f393e57a0e4 (patch) | |
| tree | bedc52128c2f30dfae36793750520dfc4f25d87a | |
| parent | 69bc9d6680d49146a2a378a627ce24f6ab21c695 (diff) | |
| parent | d85a5bbc11a3404326a41cb43dd327896a0c79bc (diff) | |
| download | vcpkg-6741689094628b94326c5c410b546f393e57a0e4.tar.gz vcpkg-6741689094628b94326c5c410b546f393e57a0e4.zip | |
Merge pull request #2688 from AMDmi3/patch-2
Fix incorrect version for soundtouch
| -rw-r--r-- | ports/soundtouch/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/soundtouch/CONTROL b/ports/soundtouch/CONTROL index c4bc8df52..cc37ea89f 100644 --- a/ports/soundtouch/CONTROL +++ b/ports/soundtouch/CONTROL @@ -1,4 +1,4 @@ Source: soundtouch -Version: 2.0.0.2 +Version: 2.0.0 Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or audio files. Build-Depends: atlmfc |
