mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Update ObjFW from 1.1.2 to 1.2.2
This commit is contained in:
@@ -236,7 +236,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`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.2 | https://gnupg.org/software/ntbtls/index.html |
|
||||
| [`nyancat`](nyancat/) | Nyancat | | https://github.com/klange/nyancat |
|
||||
| [`ObjFW`](ObjFW/) | ObjFW | 1.1.2 | https://objfw.nil.im/ |
|
||||
| [`ObjFW`](ObjFW/) | ObjFW | 1.2.2 | https://objfw.nil.im/ |
|
||||
| [`oksh`](oksh/) | oksh | 7.1 | https://github.com/ibara/oksh |
|
||||
| [`oniguruma`](oniguruma/) | oniguruma | 6.9.9 | https://github.com/kkos/oniguruma/ |
|
||||
| [`open-adventure`](open-adventure/) | Open Adventure | 1.20 | https://gitlab.com/esr/open-adventure/ |
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='ObjFW'
|
||||
version='1.1.2'
|
||||
version='1.2.2'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://objfw.nil.im/downloads/objfw-${version}.tar.gz#5d9f9a70d583298e780ae11fc75a7ae2beeef904b301e1bc4f4ffa8d7ee31d9f"
|
||||
"https://objfw.nil.im/downloads/objfw-${version}.tar.gz#4fe0bed1ec21561a184d804aa577ff630f1e3d20b1c3b973073e23ce829294a1"
|
||||
)
|
||||
workdir="objfw-${version}"
|
||||
use_fresh_config_sub='true'
|
||||
|
||||
Reference in New Issue
Block a user