mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-04 13:30:31 +00:00
Ports: Update poppler
This commit is contained in:
parent
f77f85291a
commit
8e75c605a1
Notes:
sideshowbarker
2024-07-18 00:54:03 +09:00
Author: https://github.com/fdellwing Commit: https://github.com/SerenityOS/serenity/commit/8e75c605a1 Pull-request: https://github.com/SerenityOS/serenity/pull/20695 Reviewed-by: https://github.com/timschumi ✅
2 changed files with 3 additions and 3 deletions
|
@ -238,7 +238,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`php`](php/) | PHP | 8.2.8 | https://www.php.net/ |
|
||||
| [`pixman`](pixman/) | pixman | 0.40.0 | http://pixman.org |
|
||||
| [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf |
|
||||
| [`poppler`](poppler/) | Poppler is a PDF rendering library | 23.07.0 | https://poppler.freedesktop.org/ |
|
||||
| [`poppler`](poppler/) | Poppler is a PDF rendering library | 23.08.0 | https://poppler.freedesktop.org/ |
|
||||
| [`potrace`](potrace/) | Bitmap tracing utility | 1.16 | https://potrace.sourceforge.net/ |
|
||||
| [`powdertoy`](powdertoy/) | The Powder Toy | 96.2.350 | https://powdertoy.co.uk/ |
|
||||
| [`prboom-plus`](prboom-plus/) | PrBoom+ | 2.6.2 | https://prboom-plus.sourceforge.io/ |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='poppler'
|
||||
version='23.07.0'
|
||||
version='23.08.0'
|
||||
version_data='0.4.12'
|
||||
files=(
|
||||
"https://poppler.freedesktop.org/poppler-${version}.tar.xz f29b4b4bf47572611176454c8f21506d71d27eca5011a39aa44038b30b957db0"
|
||||
"https://poppler.freedesktop.org/poppler-${version}.tar.xz 4a4bf7fc903b9f1a2ab7d04b7c5d8220db9bc6261cc73fdb9a826dc272f49aa8"
|
||||
"https://poppler.freedesktop.org/poppler-data-${version_data}.tar.gz c835b640a40ce357e1b83666aabd95edffa24ddddd49b8daff63adb851cdab74"
|
||||
)
|
||||
depends=(
|
||||
|
|
Loading…
Reference in a new issue