Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Justin Berthault
aports
Commits
28193bc0
Commit
28193bc0
authored
Jan 02, 2022
by
Luca Weiss
Committed by
Leo
Jan 03, 2022
Browse files
community/fmt: upgrade to 8.1.0
parent
046b0663
Changes
1
Hide whitespace changes
Inline
Side-by-side
community/fmt/APKBUILD
View file @
28193bc0
# Contributor: Luca Weiss <luca@z3ntu.xyz>
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
pkgname
=
fmt
pkgver
=
8.
0.1
pkgver
=
8.
1.0
pkgrel
=
0
pkgdesc
=
"Open-source formatting library for C++"
url
=
"https://fmt.dev/latest/index.html"
...
...
@@ -10,6 +10,10 @@ license="MIT"
makedepends
=
"cmake doxygen python3"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://github.com/fmtlib/fmt/releases/download/
$pkgver
/fmt-
$pkgver
.zip"
case
"
$CARCH
"
in
# some tests fail
s390x
)
options
=
"!check"
;;
esac
build
()
{
if
[
"
$CBUILD
"
!=
"
$CHOST
"
]
;
then
...
...
@@ -34,5 +38,5 @@ package() {
}
sha512sums
=
"
9dc2544ac3ced4b1cc04b969668268fe63e87d4c1b434320c64497d03c3e612cd2e5c5c0012259c19eca5a8dbd5acd96c96efe467fb257018e796a0a1683e4a8
fmt-8.
0.1
.zip
6723757d42616d9c82108a77a3f05cde2eb2af78b920afd23428c1de610f3e9e48944a00ceff09df33b8aa71cd218a9becd252b1f633b4c51fb158f8f2255b0d
fmt-8.
1.0
.zip
"
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment