Skip to content

Commit 835aa25

Browse files
committed
bump pango version to 1.50.5
1 parent 4ccd15a commit 835aa25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packing/build_pango_mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# build and install pango
33
set -e
44

5-
PANGO_VERSION=1.50.1
5+
PANGO_VERSION=1.50.5
66
GLIB_VERSION=2.70.2
77
CAIRO_VERSION=1.17.4
88
FONTCONFIG_VERSION=2.13.93

packing/build_pango_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# build and install pango
33
set -e
44

5-
PANGO_VERSION=1.49.1
5+
PANGO_VERSION=1.50.5
66
GLIB_VERSION=2.67.6
77
FRIBIDI_VERSION=1.0.10
88
CAIRO_VERSION=1.17.4

packing/download_dlls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from pathlib import Path
1313
from urllib.request import urlretrieve as download
1414

15-
PANGO_VERSION = "1.50.1"
15+
PANGO_VERSION = "1.50.5"
1616

1717

1818
def get_platform():

0 commit comments

Comments
 (0)