diff options
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": [ |
