Skip to content

Commit

Permalink
libicu: bump to 76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
licy183 committed Nov 1, 2024
1 parent dc12925 commit 6c4d83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/libicu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ TERMUX_PKG_LICENSE_FILE="../LICENSE"
TERMUX_PKG_MAINTAINER="@termux"
# Never forget to always bump revision of reverse dependencies and rebuild them
# when bumping "major" version.
TERMUX_PKG_VERSION="75.1"
TERMUX_PKG_VERSION="76.1"
TERMUX_PKG_SRCURL=https://github.com/unicode-org/icu/releases/download/release-${TERMUX_PKG_VERSION//./-}/icu4c-${TERMUX_PKG_VERSION//./_}-src.tgz
TERMUX_PKG_SHA256=cb968df3e4d2e87e8b11c49a5d01c787bd13b9545280fc6642f826527618caef
TERMUX_PKG_SHA256=dfacb46bfe4747410472ce3e1144bf28a102feeaa4e3875bac9b4c6cf30f4f3e
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_METHOD=repology
TERMUX_PKG_DEPENDS="libc++"
Expand All @@ -27,7 +27,7 @@ termux_step_post_get_source() {
}

termux_step_post_massage() {
local _GUARD_FILE="lib/libicuuc.so.75"
local _GUARD_FILE="lib/libicuuc.so.76"
if [ ! -e "${_GUARD_FILE}" ]; then
termux_error_exit "Error: file ${_GUARD_FILE} not found."
fi
Expand Down

0 comments on commit 6c4d83c

Please sign in to comment.