diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-22 01:31:48 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-06-22 01:31:48 +0000 |
| commit | b2f6f80d8059e1d0e5df65d074f576263a8a92fa (patch) | |
| tree | b380dd4dc39e2949b06a648dc83988a33e9cdd92 /fmt | |
| parent | eb08eadf2e5dea0fd6b9efb0b3540a72c6277f70 (diff) | |
| download | alicelinux-b2f6f80d8059e1d0e5df65d074f576263a8a92fa.tar.gz alicelinux-b2f6f80d8059e1d0e5df65d074f576263a8a92fa.zip | |
Woodpecker CI 8155166259e4e8414d22db5e8fab6bec16d6d1b9 [SKIP CI]
Diffstat (limited to 'fmt')
| -rw-r--r-- | fmt/.files | 2 | ||||
| -rw-r--r-- | fmt/.shasum | 2 | ||||
| -rw-r--r-- | fmt/abuild | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -7,6 +7,7 @@ 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/fmt-c.h -rw-r--r-- root/root usr/include/fmt/format-inl.h -rw-r--r-- root/root usr/include/fmt/format.h -rw-r--r-- root/root usr/include/fmt/os.h @@ -22,6 +23,7 @@ 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 +-rw-r--r-- root/root usr/lib/libfmt-c.a -rw-r--r-- root/root usr/lib/libfmt.a drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/fmt.pc diff --git a/fmt/.shasum b/fmt/.shasum index 2bada604..6abcae6d 100644 --- a/fmt/.shasum +++ b/fmt/.shasum @@ -1 +1 @@ -1b44e71eefe78ec6fc87f349b62c698ccb18daf3fc9e1ab4364c3a3a fmt-12.1.0.tar.gz +e7cb34b11d4966040dff20b96db67d54fb49c97d2fb645eb6467cba7 fmt-12.2.0.tar.gz @@ -1,5 +1,5 @@ name=fmt -version=12.1.0 +version=12.2.0 release=1 source="https://github.com/${name}lib/${name}/archive/${version}/${name}-${version}.tar.gz" keep_static=1 |