1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 01:47:06 +00:00

chore(main/libicu): enable auto updates [no ci]

This commit is contained in:
Twaik Yont 2023-10-04 00:14:10 +03:00 committed by GitHub
parent faaa4cee8a
commit d8295bcf53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,8 @@ TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=73.2
TERMUX_PKG_SRCURL=https://github.com/unicode-org/icu/releases/download/release-${TERMUX_PKG_VERSION//./-}/icu4c-${TERMUX_PKG_VERSION//./_}-src.tgz
TERMUX_PKG_SHA256=818a80712ed3caacd9b652305e01afc7fa167e6f2e94996da44b90c2ab604ce1
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_METHOD=repology
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BREAKS="libicu-dev"
TERMUX_PKG_REPLACES="libicu-dev"