mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/fmt: upgrade to 6.1.1
This commit is contained in:
parent
48afd28e4e
commit
b74e618aca
@ -1,7 +1,7 @@
|
||||
# Contributor: Luca Weiss <luca@z3ntu.xyz>
|
||||
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
|
||||
pkgname="fmt"
|
||||
pkgver="6.1.0"
|
||||
pkgver="6.1.1"
|
||||
pkgrel=0
|
||||
pkgdesc="Open-source formatting library for C++"
|
||||
url="https://fmt.dev/latest/index.html"
|
||||
@ -9,9 +9,7 @@ arch="all"
|
||||
license="MIT"
|
||||
makedepends="cmake doxygen"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="https://github.com/fmtlib/fmt/releases/download/$pkgver/fmt-$pkgver.zip
|
||||
FMT_API.patch
|
||||
"
|
||||
source="https://github.com/fmtlib/fmt/releases/download/$pkgver/fmt-$pkgver.zip"
|
||||
options="!check" # 93% tests passed, 1 tests failed out of 14
|
||||
|
||||
build() {
|
||||
@ -36,5 +34,4 @@ package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
sha512sums="b6836bc47fb30317ab72f03929b98473d71ee01cbde677dd3a7646c1ee307d20951f027002dc3b04babe1b20c37b4cf4af056d47a4a9707e24379dc781be1cb5 fmt-6.1.0.zip
|
||||
387e1a11b1a4e668251f36aba07d002b9344755afff54eaaaaffae5f4f8eab093182310cf87b739c55f0a6ee9edca9a848fb7f14109a6d63e33d30249d3b46bc FMT_API.patch"
|
||||
sha512sums="f43252e4437b84c7f168f43161eeca82654eba199fbf734dcf18d6d2b2ed44b87f96ca1777f80f2fe651daf47a75e765e18d78fed4e37b52388a20976b9b4528 fmt-6.1.1.zip"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user