texlive-bin: rebuild after zlib update (#19096)

This fixes the following runtime error.

$ /data/data/com.termux/files/usr/bin/texlive/texlua
PANIC: unprotected error in call to Lua API (zlib library version does not match - header: 1.3, library: 1.3.1)
libc: Fatal signal 6 (SIGABRT), code -6 (SI_TKILL) in tid 1382 (texlua), pid 1382 (texlua)
Aborted
This commit is contained in:
Biswapriyo Nath 2024-01-30 11:23:29 +05:30 committed by GitHub
parent 8a8eda3439
commit b318c387d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="TeX Live is a distribution of the TeX typesetting system
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="Henrik Grimler @Grimler91"
TERMUX_PKG_VERSION=20230313
TERMUX_PKG_REVISION=2
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://github.com/TeX-Live/texlive-source/archive/refs/heads/tags/texlive-${TERMUX_PKG_VERSION:0:4}.0.tar.gz
TERMUX_PKG_SHA256=b14ec8c6873ae04d77cd1de239b660e30f3d6f0e97449aee67e3300ea4a259fd
TERMUX_PKG_AUTO_UPDATE=false