Skip to content

Commit

Permalink
Merge pull request #192 from EasyRPG/update/libraries
Browse files Browse the repository at this point in the history
Automatic library update
  • Loading branch information
Ghabry authored Jan 19, 2025
2 parents e5b87b5 + e404b3e commit 2041ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions shared/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ arguments = "-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
anitya_id = 854

[harfbuzz]
version = 10.1.0
version = 10.2.0
url = "https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
arguments = "-Dfreetype=enabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
anitya_id = 1299
Expand Down Expand Up @@ -125,7 +125,7 @@ arguments = "-DJSON_BuildTests=OFF"
anitya_id = 11152

[fmt]
version = 11.1.1
version = 11.1.2
url = "https://github.com/fmtlib/fmt/releases/download/${version}/fmt-${version}.zip"
arguments = "-DFMT_DOC=OFF -DFMT_TEST=OFF"
anitya_id = 11526
Expand Down
8 changes: 4 additions & 4 deletions shared/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ FREETYPE_URL="https://download.savannah.gnu.org/releases/freetype/freetype-2.13.
FREETYPE_ARGS="-DFT_DISABLE_BZIP2=ON -DFT_DISABLE_BROTLI=ON"
FREETYPE_DIR="freetype-2.13.3"

HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/10.1.0/harfbuzz-10.1.0.tar.xz"
HARFBUZZ_URL="https://github.com/harfbuzz/harfbuzz/releases/download/10.2.0/harfbuzz-10.2.0.tar.xz"
HARFBUZZ_ARGS="-Dfreetype=enabled -Dtests=disabled -Dutilities=disabled" # TODO disable subset
HARFBUZZ_DIR="harfbuzz-10.1.0"
HARFBUZZ_DIR="harfbuzz-10.2.0"

PIXMAN_URL="https://cairographics.org/releases/pixman-0.44.2.tar.gz"
PIXMAN_ARGS="-Dtests=disabled -Ddemos=disabled -Dlibpng=disabled"
Expand Down Expand Up @@ -84,9 +84,9 @@ NLOHMANNJSON_URL="https://github.com/nlohmann/json/archive/v3.11.3.tar.gz"
NLOHMANNJSON_DIR="json-3.11.3"
NLOHMANNJSON_ARGS="-DJSON_BuildTests=OFF"

FMT_URL="https://github.com/fmtlib/fmt/releases/download/11.1.1/fmt-11.1.1.zip"
FMT_URL="https://github.com/fmtlib/fmt/releases/download/11.1.2/fmt-11.1.2.zip"
FMT_ARGS="-DFMT_DOC=OFF -DFMT_TEST=OFF"
FMT_DIR="fmt-11.1.1"
FMT_DIR="fmt-11.1.2"

INIH_URL="https://github.com/benhoyt/inih/archive/refs/tags/r58.tar.gz"
INIH_DIR="inih-r58"
Expand Down

0 comments on commit 2041ed1

Please sign in to comment.