fmt: 9.1.0 -> 10.0.0

This commit is contained in:
Tim Biermann 2023-07-30 19:32:05 +02:00
parent 5104eb3ccb
commit e17c748c84
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 9 additions and 9 deletions

View File

@ -21,8 +21,8 @@ drwxr-xr-x root/root usr/lib/cmake/fmt/
-rw-r--r-- root/root usr/lib/cmake/fmt/fmt-config.cmake
-rw-r--r-- root/root usr/lib/cmake/fmt/fmt-targets-release.cmake
-rw-r--r-- root/root usr/lib/cmake/fmt/fmt-targets.cmake
lrwxrwxrwx root/root usr/lib/libfmt.so -> libfmt.so.9
lrwxrwxrwx root/root usr/lib/libfmt.so.9 -> libfmt.so.9.1.0
-rwxr-xr-x root/root usr/lib/libfmt.so.9.1.0
lrwxrwxrwx root/root usr/lib/libfmt.so -> libfmt.so.10
lrwxrwxrwx root/root usr/lib/libfmt.so.10 -> libfmt.so.10.0.0
-rwxr-xr-x root/root usr/lib/libfmt.so.10.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/fmt.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/aMfcnXMoLB6Kbq1yisFXyIlbHODK3g2XftJQhhPN6UxYThKb2KzyABZolzpgmTKQi47gG359ZzL3A3yF3mTlQ4=
SHA256 (Pkgfile) = bea52fb6888e749829a2abe5d5b3722d91cbb2fe5de12652d30fa2834d277990
SHA256 (.footprint) = 81ef7c3e05605d64e0ae7a14206d8d4a6ff8a3f4585d3864936b65b4330eaa71
SHA256 (fmt-9.1.0.tar.gz) = 5dea48d1fcddc3ec571ce2058e13910a0d4a6bab4cc09a809d8b1dd1c88ae6f2
RWSE3ohX2g5d/Qfbzwgbf8p3AzkbMCaVXCLYvPUXLLZmZTNG3GxZK0xWEOU/vMO1UMWyVlbxV/JH5AhpHgnLsFa+ZSQkTie1Jwo=
SHA256 (Pkgfile) = d9496a3945f1ff4ad9bc9cae54b0b199fcbe658912fe2af7862fb6047aae61d7
SHA256 (.footprint) = 5ff8e8890ab9c497c4644360c22652987265ab1fc170dc567345c590a5cc745f
SHA256 (fmt-10.0.0.tar.gz) = ede1b6b42188163a3f2e0f25ad5c0637eca564bd8df74d02e31a311dd6b37ad8

View File

@ -1,10 +1,10 @@
# Description: An open-source formatting library
# URL: https://fmt.dev/latest/index.html
# Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: cmake
# Depends on:
name=fmt
version=9.1.0
version=10.0.0
release=1
source=(https://github.com/fmtlib/$name/archive/$version/$name-$version.tar.gz)