Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Liblouis stable version number from 3.30.0 to 3.31.0 version with required build files #110

Merged
merged 1 commit into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.30.0
LIBLOUIS_VERSION: 3.31.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.30.0
LIBLOUIS_VERSION: 3.31.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.30.0
ARG LIBLOUIS_VERSION=3.31.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.30.0
ARG LIBLOUIS_VERSION=3.31.0
ARG LIBXML2_VERSION=2.9.9
ENV HOST=x86_64-w64-mingw32 \
PREFIX=/usr/build/win64 \
Expand Down
Loading