aboutsummaryrefslogtreecommitdiff
path: root/ports/libflac/CONTROL
diff options
context:
space:
mode:
authorevpobr <evpobr@gmail.com>2020-05-21 23:19:21 +0500
committerGitHub <noreply@github.com>2020-05-21 11:19:21 -0700
commit875821cd801d71208b294e5faf83fe4f6564a3eb (patch)
tree95b5f0704455fa5ea98f566ddb162604547e3060 /ports/libflac/CONTROL
parent27c6c9420277c533cc4333bdd880f9862012cb72 (diff)
downloadvcpkg-875821cd801d71208b294e5faf83fe4f6564a3eb.tar.gz
vcpkg-875821cd801d71208b294e5faf83fe4f6564a3eb.zip
[libflac] Update to 1.3.3-1 (#11152)
Update to ce6dd6b which has the following benign changes compared to 1.3.3 proper * `std::`-ify a bunch of C library stuff * C-cast -> `static_cast` or `reinterpret_cast` * build system changes * `unsigned` -> `uint32_t` * removing UB in some shifts * better support for powerPC and Windows * Change out `cos(double)` for `cosf(float)` in C * Correct `%d` to `%u` in printf
Diffstat (limited to 'ports/libflac/CONTROL')
-rw-r--r--ports/libflac/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/libflac/CONTROL b/ports/libflac/CONTROL
index 68011e0e7..745494c77 100644
--- a/ports/libflac/CONTROL
+++ b/ports/libflac/CONTROL
@@ -1,5 +1,5 @@
Source: libflac
-Version: 1.3.3
+Version: 1.3.3-1
Homepage: https://xiph.org/flac/
Description: Library for manipulating FLAC files
Build-Depends: libogg