diff options
| author | HrOokami <4591995+faserg1@users.noreply.github.com> | 2021-09-24 03:53:54 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-23 17:53:54 -0700 |
| commit | e583724611de1a5f28fdeb0724918d29f86e9c1e (patch) | |
| tree | 7fe3dc6f1ceaf7dd73f80bc9c5ed8a78fceff20d | |
| parent | c6595d708fc62489bb87baf4ecbdfc6f2b4ff6e2 (diff) | |
| download | vcpkg-e583724611de1a5f28fdeb0724918d29f86e9c1e.tar.gz vcpkg-e583724611de1a5f28fdeb0724918d29f86e9c1e.zip | |
[pangomm] Update to 2.48.1 (#20293)
* Update pangomm port to 2.48.1
This update should fix #18824
* Updating version in vcpkg.json
* Updating version database
| -rw-r--r-- | ports/pangomm/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/pangomm/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/pangomm.json | 5 |
4 files changed, 10 insertions, 5 deletions
diff --git a/ports/pangomm/portfile.cmake b/ports/pangomm/portfile.cmake index 85580c78c..b7a597119 100644 --- a/ports/pangomm/portfile.cmake +++ b/ports/pangomm/portfile.cmake @@ -1,9 +1,9 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64") vcpkg_download_distfile(ARCHIVE - URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.48/pangomm-2.48.0.tar.xz" - FILENAME "pangomm-2.48.0.tar.xz" - SHA512 0c1be5726740669c366214caf8b8b0bca1c7b223aafb2e6ce64f7a5a90d07c62ee509821ac787f3997ae78aa3a3ffd5cff7d33c73bc7ebd7fe642c56689d98a3 + URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.48/pangomm-2.48.1.tar.xz" + FILENAME "pangomm-2.48.1.tar.xz" + SHA512 c204a1cb7a404f055d62880a760716c5567a835ca495cc5e01589ed59fabb332490e529de716c3438cefbc4428c025d6d01c71e4412b2843e3ab3a3175ccc2f4 ) vcpkg_extract_source_archive_ex( diff --git a/ports/pangomm/vcpkg.json b/ports/pangomm/vcpkg.json index 9260a460f..f0e36aa4e 100644 --- a/ports/pangomm/vcpkg.json +++ b/ports/pangomm/vcpkg.json @@ -1,6 +1,6 @@ { "name": "pangomm", - "version": "2.48.0", + "version": "2.48.1", "description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.", "homepage": "https://ftp.gnome.org/pub/GNOME/sources/pangomm", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index c6ff66583..ce1711e3b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4969,7 +4969,7 @@ "port-version": 1 }, "pangomm": { - "baseline": "2.48.0", + "baseline": "2.48.1", "port-version": 0 }, "parallel-hashmap": { diff --git a/versions/p-/pangomm.json b/versions/p-/pangomm.json index 58e56d913..2634add9c 100644 --- a/versions/p-/pangomm.json +++ b/versions/p-/pangomm.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1ff0b71c742896ffb9da84638f7e20b2960aff80", + "version": "2.48.1", + "port-version": 0 + }, + { "git-tree": "d751b0dbf773ade4811729e3a55a8828dac8a78a", "version": "2.48.0", "port-version": 0 |
