File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ arguments = "-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
2020anitya_id = 854
2121
2222[harfbuzz]
23- version = 10.1 .0
23+ version = 10.2 .0
2424url = " https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
2525arguments = " -Dfreetype=enabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
2626anitya_id = 1299
@@ -125,7 +125,7 @@ arguments = "-DJSON_BuildTests=OFF"
125125anitya_id = 11152
126126
127127[fmt]
128- version = 11.1.1
128+ version = 11.1.2
129129url = " https://github.com/fmtlib/fmt/releases/download/${version}/fmt-${version}.zip"
130130arguments = " -DFMT_DOC=OFF -DFMT_TEST=OFF"
131131anitya_id = 11526
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ FREETYPE_URL="https://download.savannah.gnu.org/releases/freetype/freetype-2.13.
1717FREETYPE_ARGS=" -DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
1818FREETYPE_DIR=" freetype-2.13.3"
1919
20- HARFBUZZ_URL=" https://github.com/harfbuzz/harfbuzz/releases/download/10.1 .0/harfbuzz-10.1 .0.tar.xz"
20+ HARFBUZZ_URL=" https://github.com/harfbuzz/harfbuzz/releases/download/10.2 .0/harfbuzz-10.2 .0.tar.xz"
2121HARFBUZZ_ARGS=" -Dfreetype=enabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
22- HARFBUZZ_DIR=" harfbuzz-10.1 .0"
22+ HARFBUZZ_DIR=" harfbuzz-10.2 .0"
2323
2424PIXMAN_URL=" https://cairographics.org/releases/pixman-0.44.2.tar.gz"
2525PIXMAN_ARGS=" -Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
@@ -84,9 +84,9 @@ NLOHMANNJSON_URL="https://github.com/nlohmann/json/archive/v3.11.3.tar.gz"
8484NLOHMANNJSON_DIR=" json-3.11.3"
8585NLOHMANNJSON_ARGS=" -DJSON_BuildTests=OFF"
8686
87- FMT_URL=" https://github.com/fmtlib/fmt/releases/download/11.1.1 /fmt-11.1.1 .zip"
87+ FMT_URL=" https://github.com/fmtlib/fmt/releases/download/11.1.2 /fmt-11.1.2 .zip"
8888FMT_ARGS=" -DFMT_DOC=OFF -DFMT_TEST=OFF"
89- FMT_DIR=" fmt-11.1.1 "
89+ FMT_DIR=" fmt-11.1.2 "
9090
9191INIH_URL=" https://github.com/benhoyt/inih/archive/refs/tags/r58.tar.gz"
9292INIH_DIR=" inih-r58"
You can’t perform that action at this time.
0 commit comments