Ports: Update ObjFW to 1.1.2

Now that ObjFW is doing releases regularly, we no longer have to use
a Git snapshot.
This commit is contained in:
Sergey Bugaev 2024-04-23 15:34:22 +03:00 committed by Tim Schumacher
parent 0bb37f9c0e
commit e3e9c67ab9
2 changed files with 4 additions and 8 deletions

View file

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

View file

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