1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/atf: upgrade to 0.23

This commit is contained in:
Natanael Copa 2025-05-14 17:33:15 +02:00
parent 16546bd8c1
commit 05b0c34d8f

View file

@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=atf
pkgver=0.21
pkgrel=7
pkgver=0.23
pkgrel=0
pkgdesc="libraries to write tests in C, C++ and shell"
url="https://github.com/freebsd/atf"
arch="all"
@ -10,11 +10,6 @@ license="BSD-2-Clause AND BSD-3-Clause"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="https://github.com/freebsd/atf/releases/download/atf-$pkgver/atf-$pkgver.tar.gz"
prepare() {
default_prepare
update_config_sub
}
build() {
ATF_SHELL=/bin/sh ./configure \
--build=$CBUILD \
@ -34,4 +29,6 @@ package() {
make DESTDIR="$pkgdir" install
}
sha512sums="9b4b67d7d0d1f65cc9571d38c67dfc620b08ff7c0abf57d87bcae54055b4af21f95f3363f2cf8ee9b13b89a5351bc58669b784a0fd8c1beb0664c14933c10ce1 atf-0.21.tar.gz"
sha512sums="
d94b6b9b611d9876f9e4cc3f8e6a9f95790a5d8b6b9a54da444ba8d503a89df84eea21d580979d47f793336103a75d6a684a306a9ddfd219c3b3abf1cf1e5337 atf-0.23.tar.gz
"