Skip to content

Commit

Permalink
Update Liblouis stable version to 3.29.0
Browse files Browse the repository at this point in the history
Following files are affected (as it is usual after new Liblouis release coming
out):
Dockerfile.win32, Dockerfile.win64, .github/workflows/main.yml,
.github/workflows/sanitizer.yml

Signed-off-by: Attila Hammer <[email protected]>
  • Loading branch information
hammera committed Mar 4, 2024
1 parent 90e0436 commit 1952d3d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ master ]

env:
LIBLOUIS_VERSION: 3.28.0
LIBLOUIS_VERSION: 3.29.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sanitizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
branches: [ master ]

env:
LIBLOUIS_VERSION: 3.28.0
LIBLOUIS_VERSION: 3.29.0

jobs:
sanitizer:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.win32
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt-get update && dpkg --add-architecture i386 && apt-get update && apt-get
&& rm -rf /var/lib/apt/lists/*

ARG LIBYAML_VERSION=0.1.4
ARG LIBLOUIS_VERSION=3.28.0
ARG LIBLOUIS_VERSION=3.29.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=i686-w64-mingw32 \
PREFIX=/usr/build/win32 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.win64
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

ARG LIBYAML_VERSION=0.1.4
ARG LIBLOUIS_VERSION=3.28.0
ARG LIBLOUIS_VERSION=3.29.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=x86_64-w64-mingw32 \
PREFIX=/usr/build/win64 \
Expand Down

0 comments on commit 1952d3d

Please sign in to comment.