mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Ports: Update npth
to 1.7
This commit is contained in:
parent
800a712930
commit
c98d9b20f8
Notes:
sideshowbarker
2024-07-16 20:51:53 +09:00
Author: https://github.com/fdellwing Commit: https://github.com/SerenityOS/serenity/commit/c98d9b20f8 Pull-request: https://github.com/SerenityOS/serenity/pull/23289 Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/timschumi ✅
2 changed files with 3 additions and 3 deletions
|
@ -228,7 +228,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`nlohmann-json`](nlohmann-json/) | JSON for Modern C++ | 3.11.2 | https://json.nlohmann.me/ |
|
||||
| [`nnn`](nnn/) | nnn file manager | 4.8 | https://github.com/jarun/nnn |
|
||||
| [`npiet`](npiet/) | Piet language interpreter | 1.3f | https://www.bertnase.de/npiet/ |
|
||||
| [`npth`](npth/) | New GNU Portable Threads Library | 1.6 | https://gnupg.org/software/npth/index.html |
|
||||
| [`npth`](npth/) | New GNU Portable Threads Library | 1.7 | 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 | 8d19ba9 | https://objfw.nil.im/ |
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=npth
|
||||
version=1.6
|
||||
version=1.7
|
||||
useconfigure=true
|
||||
use_fresh_config_sub=true
|
||||
config_sub_paths=("build-aux/config.sub")
|
||||
files=(
|
||||
"https://gnupg.org/ftp/gcrypt/npth/npth-${version}.tar.bz2#1393abd9adcf0762d34798dc34fdcf4d0d22a8410721e76f1e3afcd1daa4e2d1"
|
||||
"https://gnupg.org/ftp/gcrypt/npth/npth-${version}.tar.bz2#8589f56937b75ce33b28d312fccbf302b3b71ec3f3945fde6aaa74027914ad05"
|
||||
)
|
||||
|
||||
configure() {
|
||||
|
|
Loading…
Reference in a new issue