fmt: 8.1.1 -> 9.0.0

This commit is contained in:
Tim Biermann 2022-07-08 19:32:44 +02:00
parent 943579c386
commit 02b70b026f
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 12 deletions

View File

@ -6,23 +6,23 @@ drwxr-xr-x root/root usr/include/fmt/
-rw-r--r-- root/root usr/include/fmt/color.h
-rw-r--r-- root/root usr/include/fmt/compile.h
-rw-r--r-- root/root usr/include/fmt/core.h
-rw-r--r-- root/root usr/include/fmt/format.h
-rw-r--r-- root/root usr/include/fmt/format-inl.h
-rw-r--r-- root/root usr/include/fmt/locale.h
-rw-r--r-- root/root usr/include/fmt/format.h
-rw-r--r-- root/root usr/include/fmt/os.h
-rw-r--r-- root/root usr/include/fmt/ostream.h
-rw-r--r-- root/root usr/include/fmt/printf.h
-rw-r--r-- root/root usr/include/fmt/ranges.h
-rw-r--r-- root/root usr/include/fmt/std.h
-rw-r--r-- root/root usr/include/fmt/xchar.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
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-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/fmt/fmt-targets.cmake
-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
-rwxr-xr-x root/root usr/lib/libfmt.so.8.1.1
lrwxrwxrwx root/root usr/lib/libfmt.so.8 -> libfmt.so.8.1.1
lrwxrwxrwx root/root usr/lib/libfmt.so -> libfmt.so.8
-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.0.0
-rwxr-xr-x root/root usr/lib/libfmt.so.9.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/contrib.pub
RWSagIOpLGJF31bncuJblzpuN0cydnrpiJp0c8Yc3VJrpEqwxy8yhxSrwPtOUtY518pOiGQx0l3pwbtoFgYLZo9ZTzV8/QMJVg0=
SHA256 (Pkgfile) = 12df14d5b786ed296509a0f377ccf9e1e683a6c5d47d308854be3eaf999c2b02
SHA256 (.footprint) = 796538a2a423c8603d4952a6eab4c5a54c70b595b131534b5e2cb832fb37eafb
SHA256 (fmt-8.1.1.tar.gz) = 3d794d3cf67633b34b2771eb9f073bde87e846e0d395d254df7b211ef1ec7346
RWSagIOpLGJF39G6QmpUZ9SfowktpVERK+iqe1d6Sf2jj9WyilI6efpH3eAJG2twzwqn12iq1xZQXUlWZjtVqPsYkL+xbbMdRQI=
SHA256 (Pkgfile) = 0dbf826755d5f95149296346b58917da995e6b447c776c4dcff722d47dd324d5
SHA256 (.footprint) = 33e51eebd855a7faed5243917066d010d8073d140104044ecb9c3dcd6d130823
SHA256 (fmt-9.0.0.tar.gz) = 9a1e0e9e843a356d65c7604e2c8bf9402b50fe294c355de0095ebd42fb9bd2c5

View File

@ -4,7 +4,7 @@
# Depends on: cmake
name=fmt
version=8.1.1
version=9.0.0
release=1
source=(https://github.com/fmtlib/$name/archive/$version/$name-$version.tar.gz)