diff options
| author | Matthias C. M. Troffaes <matthias.troffaes@gmail.com> | 2021-06-18 18:56:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-18 10:56:56 -0700 |
| commit | 926daf3fc2e826827a72318052a6b5e5af9e2f24 (patch) | |
| tree | 1487cde61cf8e8b6bfa3c498a17d83b0c4776ef0 /versions | |
| parent | 48b93ecb2c9afdec5ff2dc7f788458d58b9b7179 (diff) | |
| download | vcpkg-926daf3fc2e826827a72318052a6b5e5af9e2f24.tar.gz vcpkg-926daf3fc2e826827a72318052a6b5e5af9e2f24.zip | |
[libass] fix fontconfig dependency in .pc file (#18516)
* [libass] fix fontconfig dependency in .pc file on x64-linux
* [libass] bump port version
* [libass] x-add-version
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/l-/libass.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 00baf351c..110f9a443 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3010,7 +3010,7 @@ }, "libass": { "baseline": "0.15.1", - "port-version": 0 + "port-version": 1 }, "libassuan": { "baseline": "2.5.3", diff --git a/versions/l-/libass.json b/versions/l-/libass.json index aa614c506..389e1aa44 100644 --- a/versions/l-/libass.json +++ b/versions/l-/libass.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "7c9d2203cb8e0f912847cdd70a9ba1142b1ab32f", + "version": "0.15.1", + "port-version": 1 + }, + { "git-tree": "2512ee72e51fb02185743218ae2cd52f56ca232f", "version": "0.15.1", "port-version": 0 |
