mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-24 19:54:53 +03:00
Ports/pkgconf: Update pkgconf to version 2.0.2
This commit is contained in:
parent
c4c6939487
commit
4828be87a9
Notes:
sideshowbarker
2024-07-17 05:18:58 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/4828be87a9 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
@ -252,7 +252,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ |
|
||||
| [`php`](php/) | PHP | 8.2.10 | https://www.php.net/ |
|
||||
| [`pixman`](pixman/) | pixman | 0.42.2 | http://pixman.org |
|
||||
| [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf |
|
||||
| [`pkgconf`](pkgconf/) | pkgconf | 2.0.2 | https://github.com/pkgconf/pkgconf |
|
||||
| [`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/ |
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='pkgconf'
|
||||
version='1.8.0'
|
||||
version='2.0.2'
|
||||
files=(
|
||||
"https://distfiles.ariadne.space/pkgconf/pkgconf-${version}.tar.xz#ef9c7e61822b7cb8356e6e9e1dca58d9556f3200d78acab35e4347e9d4c2bbaf"
|
||||
"https://distfiles.ariadne.space/pkgconf/pkgconf-${version}.tar.xz#ea5a25ef8f251eb5377ec0e21c75fb61894433cfbdbf0b2559ba33e4c2664401"
|
||||
)
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
|
Loading…
Reference in New Issue
Block a user