diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-10-22 13:49:23 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-10-21 22:49:23 -0700 |
| commit | 1bdb6bfec1929b0d30cb5a4c3353c1e62905f10f (patch) | |
| tree | 182f315dc36c9b2f56414b1140e36206bcee990e /ports | |
| parent | 86620461ebd7c74b451e0e75ecb25bfeb1e47a50 (diff) | |
| download | vcpkg-1bdb6bfec1929b0d30cb5a4c3353c1e62905f10f.tar.gz vcpkg-1bdb6bfec1929b0d30cb5a4c3353c1e62905f10f.zip | |
Fix separate make and install execution error issue. (#8540)
* Fix separate make and install execution error issue.
* trigger CI system.
* Fix multiple copy files under debug, fix separator between make and install in linux.
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/freexl/CONTROL | 2 | ||||
| -rw-r--r-- | ports/x264/CONTROL | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ports/freexl/CONTROL b/ports/freexl/CONTROL index 2a163e30b..23f6b3468 100644 --- a/ports/freexl/CONTROL +++ b/ports/freexl/CONTROL @@ -1,5 +1,5 @@ Source: freexl -Version: 1.0.4-7 +Version: 1.0.4-8 Homepage: https://www.gaia-gis.it/gaia-sins/freexl-sources Description: FreeXL is an open source library to extract valid data from within an Excel (.xls) spreadsheet Build-Depends: libiconv diff --git a/ports/x264/CONTROL b/ports/x264/CONTROL index 7b60a0ee6..fe19e1b39 100644 --- a/ports/x264/CONTROL +++ b/ports/x264/CONTROL @@ -1,4 +1,4 @@ Source: x264 -Version: 157-303c484ec828ed0-4 +Version: 157-303c484ec828ed0-6 Homepage: https://github.com/mirror/x264 Description: x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format |
