Ports: Update ObjFW from 1.1.2 to 1.2.2

This commit is contained in:
djwisdom
2024-12-29 01:27:55 +08:00
committed by Tim Schumacher
parent 31bfdcca90
commit 14903cf1c8
2 changed files with 3 additions and 3 deletions

View File

@@ -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/ |

View File

@@ -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'