aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-06 17:11:26 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-06 18:05:16 +0100
commitb74e618acaff150bd707e30bc3876b71ae4e88bf (patch)
treeaab874afd52f1bf24dac7a4fea547f0f82a126c7 /community
parent48afd28e4e2ee95d1458ff123658317020ddbd7f (diff)
downloadaports-b74e618acaff150bd707e30bc3876b71ae4e88bf.tar.bz2
aports-b74e618acaff150bd707e30bc3876b71ae4e88bf.tar.xz
community/fmt: upgrade to 6.1.1
Diffstat (limited to 'community')
-rw-r--r--community/fmt/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/fmt/APKBUILD b/community/fmt/APKBUILD
index 73d4017fda..1586b525e0 100644
--- a/community/fmt/APKBUILD
+++ b/community/fmt/APKBUILD
@@ -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"