diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index b4bdeaca2d21c9..1547edfee4d09a 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -232,7 +232,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 | 8d19ba9 | https://objfw.nil.im/ | +| [`ObjFW`](ObjFW/) | ObjFW | 1.1.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/ | | [`OpenJDK`](OpenJDK/) | OpenJDK | 17.0.6 | https://openjdk.java.net/ | diff --git a/Ports/ObjFW/package.sh b/Ports/ObjFW/package.sh index e00c2947bf90ce..8b75387f599b4d 100755 --- a/Ports/ObjFW/package.sh +++ b/Ports/ObjFW/package.sh @@ -1,10 +1,11 @@ #!/usr/bin/env -S bash ../.port_include.sh port='ObjFW' -version='8d19ba9c8f1955673569e10919025624975e896f' +version='1.1.2' useconfigure='true' files=( - "https://github.com/ObjFW/ObjFW/archive/${version}.tar.gz#4fbdeba8f2792f5fcdb75d3f0da12f927ea3b0ec0c0f16bef9a743b476f84724" + "https://objfw.nil.im/downloads/objfw-${version}.tar.gz#5d9f9a70d583298e780ae11fc75a7ae2beeef904b301e1bc4f4ffa8d7ee31d9f" ) +workdir="objfw-${version}" use_fresh_config_sub='true' config_sub_paths=( 'build-aux/config.sub' @@ -12,8 +13,3 @@ config_sub_paths=( depends=( 'openssl' ) - -# Only required for non-releases. -pre_configure() { - run ./autogen.sh -}