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 /ports | |
| 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
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/pangomm/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/pangomm/vcpkg.json | 2 |
2 files changed, 4 insertions, 4 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": [ |
