termux-tools: update to 1.35.0

This removes the {u,}mount wrappers from the package, {u,}mount will
be provided by util-linux instead.
This commit is contained in:
Henrik Grimler 2022-12-27 11:11:54 +01:00
parent 4b9925fd64
commit 507a3f29e8
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://termux.dev/
TERMUX_PKG_DESCRIPTION="Basic system tools for Termux"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=1.34.1
TERMUX_PKG_VERSION=1.35.0
TERMUX_PKG_SRCURL=https://github.com/termux/termux-tools/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d81d7ef0c73b8ccf3143c9e5a814d352b096b5bacab0456d69d0d207a81af591
TERMUX_PKG_SHA256=2406e11743b071855b6efc05d1f649efab59c7e8d446261fa2679220b95d9c0c
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_BREAKS="termux-keyring (<< 1.9)"