Skip to content

Commit f80c1c3

Browse files
committed
Update pdfium to 7789
1 parent c5ba569 commit f80c1c3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pdfium-windows.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ includedir=D:/opt/pdfium/include
44

55
Name: PDFium
66
Description: PDFium
7-
Version: 7323
7+
Version: 7789
88
Requires:
99

1010
Libs: -L${libdir} -lpdfium

.github/workflows/pdfium.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ includedir=/opt/pdfium/include
44

55
Name: PDFium
66
Description: PDFium
7-
Version: 7323
7+
Version: 7789
88
Requires:
99

1010
Libs: -L${libdir} -lpdfium

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
env:
88
GO_VERSION: "1.24"
9-
PDFIUM_VERSION: "7323"
9+
PDFIUM_VERSION: "7789"
1010

1111
jobs:
1212
release-webassembly:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
GO_VERSION: "1.24"
15-
PDFIUM_VERSION: "7323"
15+
PDFIUM_VERSION: "7789"
1616

1717
jobs:
1818
test-webassembly:

0 commit comments

Comments
 (0)