diff options
| author | Emmett1 <me@emmett1.my> | 2026-06-22 01:20:45 +0000 |
|---|---|---|
| committer | Emmett1 <me@emmett1.my> | 2026-06-22 01:20:45 +0000 |
| commit | 78b2064a4050b94a5bd9c077810d4df788163131 (patch) | |
| tree | 9d26f74849f95b256c3f2c23719031c20b08050e | |
| parent | 7a602d80d55aab2ec2c86d9438b6cb9df61862f6 (diff) | |
| download | alicelinux-78b2064a4050b94a5bd9c077810d4df788163131.tar.gz alicelinux-78b2064a4050b94a5bd9c077810d4df788163131.zip | |
fmt: updated to 12.2.0
| -rw-r--r-- | repos/extra/fmt/.files | 2 | ||||
| -rw-r--r-- | repos/extra/fmt/.shasum | 2 | ||||
| -rw-r--r-- | repos/extra/fmt/abuild | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/repos/extra/fmt/.files b/repos/extra/fmt/.files index e3dc6843..5fe59e84 100644 --- a/repos/extra/fmt/.files +++ b/repos/extra/fmt/.files @@ -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/repos/extra/fmt/.shasum b/repos/extra/fmt/.shasum index 2bada604..6abcae6d 100644 --- a/repos/extra/fmt/.shasum +++ b/repos/extra/fmt/.shasum @@ -1 +1 @@ -1b44e71eefe78ec6fc87f349b62c698ccb18daf3fc9e1ab4364c3a3a fmt-12.1.0.tar.gz +e7cb34b11d4966040dff20b96db67d54fb49c97d2fb645eb6467cba7 fmt-12.2.0.tar.gz diff --git a/repos/extra/fmt/abuild b/repos/extra/fmt/abuild index 7db3a97a..bd6b8e55 100644 --- a/repos/extra/fmt/abuild +++ b/repos/extra/fmt/abuild @@ -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 |