woff2: Disable auto-update

%ci:no-build
This commit is contained in:
Tee KOBAYASHI 2022-12-28 06:05:38 +09:00
parent 1dd97fc9ea
commit e7ee35bc79
1 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,11 @@ TERMUX_PKG_HOMEPAGE=https://www.w3.org/TR/WOFF2/
TERMUX_PKG_DESCRIPTION="font compression reference code"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_MAINTAINER="@termux"
# Revdep rebuild may be required with every version bump.
TERMUX_PKG_VERSION=1.0.2
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/google/woff2/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=add272bb09e6384a4833ffca4896350fdb16e0ca22df68c0384773c67a175594
TERMUX_PKG_AUTO_UPDATE=true
# SOVERSION is equal to VERSION. Do not enable auto-update.
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="brotli, libc++"