diff options
| author | Oskari Timperi <oswjk@users.noreply.github.com> | 2020-07-06 23:28:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-06 13:28:59 -0700 |
| commit | d1a86d47d87931cd3877f1e94d334e0e9835d657 (patch) | |
| tree | 6a11778bfac71afc0cb724f6d9af00567c90be34 /ports/libexif/CONTROL | |
| parent | a54c55d39ae268b64981efed09a28597dabd0db1 (diff) | |
| download | vcpkg-d1a86d47d87931cd3877f1e94d334e0e9835d657.tar.gz vcpkg-d1a86d47d87931cd3877f1e94d334e0e9835d657.zip | |
[libexif] Update to 0.6.22 (#12161)
* [libexif] Update to 0.6.22
From the release page on github:
> It largely contains stability, security and bugfixes.
>
> Some EXIF 2.3 tags have been added.
>
> It is ABI compatible to 0.6.21 release.
* [libexif] Fixes to portfile.cmake
- don't include vcpkg_commong_functions
- use the PORT variable when installing copyright file
* [libexif] Use vcpkg_fail_port_install
Co-authored-by: Oskari Timperi <oskari.timperi@novatron.fi>
Diffstat (limited to 'ports/libexif/CONTROL')
| -rw-r--r-- | ports/libexif/CONTROL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/libexif/CONTROL b/ports/libexif/CONTROL index f3e4e4105..7bf6d64b6 100644 --- a/ports/libexif/CONTROL +++ b/ports/libexif/CONTROL @@ -1,5 +1,5 @@ Source: libexif -Version: 0.6.21-2 +Version: 0.6.22 Homepage: https://libexif.github.io/ Description: a library for parsing, editing, and saving EXIF data -Supports: !uwp
\ No newline at end of file +Supports: !uwp |
