objfw: Update to 1.4.2

This commit is contained in:
Jonathan Schleifer 2025-10-05 16:16:50 +02:00 committed by Biswapriyo Nath
parent e0f4e82765
commit 303d8f5632

View File

@ -11,7 +11,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-libobjfw"
"${MINGW_PACKAGE_PREFIX}-ofhttp"
"${MINGW_PACKAGE_PREFIX}-ofgctester")
pkgbase=mingw-w64-${_realname}
pkgver=1.4.1
pkgver=1.4.2
pkgrel=1
pkgdesc="Portable, lightweight framework for the Objective-C language (mingw-w64)"
arch=('any')
@ -24,7 +24,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-clang"
"${MINGW_PACKAGE_PREFIX}-openssl")
groups=("${MINGW_PACKAGE_PREFIX}-${_realname}")
source=("https://objfw.nil.im/downloads/${_realname}-${pkgver}.tar.gz")
sha256sums=('e223b1cae37453f02ea98f085c3c1f4b78dcf7c16b43d35b05d9ad4480e175b2')
sha256sums=('8e6d0cd39271130a0b6c2789fa08f2598c77d9b88acbd0e2c15c8eb1144baa08')
build() {
[[ -d build-${MSYSTEM} ]] && rm -rf build-${MSYSTEM}