Skip to content

Commit 80e3053

Browse files
committed
Bump PANGO_VERSION to 1.56.4-v2 in download scripts
1 parent 55204d3 commit 80e3053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packing/download_dlls.py

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

13-
PANGO_VERSION = "1.56.4-v1"
13+
PANGO_VERSION = "1.56.4-v2"
1414

1515

1616
def get_platform():

packing/download_pango_macos.py

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

13-
PANGO_VERSION = "1.56.4-v1"
13+
PANGO_VERSION = "1.56.4-v2"
1414

1515
logging.basicConfig(format="%(levelname)s - %(message)s", level=logging.DEBUG)
1616

0 commit comments

Comments
 (0)