mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
Ports/ObjFW: Update ObjFW to version 8d19ba9
This commit is contained in:
parent
37bf6adc13
commit
550f05ea62
Notes:
sideshowbarker
2024-07-17 11:33:34 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/550f05ea62 Pull-request: https://github.com/SerenityOS/serenity/pull/20901 Reviewed-by: https://github.com/gmta ✅ Reviewed-by: https://github.com/timschumi
2 changed files with 3 additions and 3 deletions
|
@ -230,7 +230,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`npth`](npth/) | New GNU Portable Threads Library | 1.6 | https://gnupg.org/software/npth/index.html |
|
||||
| [`ntbtls`](ntbtls/) | The Not Too Bad TLS Library | 0.3.1 | https://gnupg.org/software/ntbtls/index.html |
|
||||
| [`nyancat`](nyancat/) | Nyancat | | https://github.com/klange/nyancat |
|
||||
| [`ObjFW`](ObjFW/) | ObjFW | 2903ecd | https://objfw.nil.im/ |
|
||||
| [`ObjFW`](ObjFW/) | ObjFW | 8d19ba9 | https://objfw.nil.im/ |
|
||||
| [`oksh`](oksh/) | oksh | 7.1 | https://github.com/ibara/oksh |
|
||||
| [`OpenJDK`](OpenJDK/) | OpenJDK | 17.0.6 | https://openjdk.java.net/ |
|
||||
| [`openrct2`](openrct2/) | OpenRCT2 | 0.4.4 | https://openrct2.org/ |
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='ObjFW'
|
||||
version='2903ecda7767a9563b6d3c74581b3920d32e6576'
|
||||
version='8d19ba9c8f1955673569e10919025624975e896f'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://github.com/ObjFW/ObjFW/archive/${version}.tar.gz#ef5e3158e898415a9458f2c9a620b47f111b9a2af0bc8c48bcde4e13ae2b7727"
|
||||
"https://github.com/ObjFW/ObjFW/archive/${version}.tar.gz#4fbdeba8f2792f5fcdb75d3f0da12f927ea3b0ec0c0f16bef9a743b476f84724"
|
||||
)
|
||||
use_fresh_config_sub='true'
|
||||
config_sub_paths=(
|
||||
|
|
Loading…
Reference in a new issue