proot-distro: fix sha256sum for version 3.0.1

This commit is contained in:
wmcbtech30 2022-05-04 10:52:31 +08:00
parent 05c0051510
commit f8569a458f
No known key found for this signature in database
GPG Key ID: 2948F8F3C7AC491F
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=3.0.1
TERMUX_PKG_SRCURL=https://github.com/termux/proot-distro/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed
TERMUX_PKG_SHA256=a206909f79f443526530cf7f83a613e27280d105bddb89b3db00aad3c53defe2
TERMUX_PKG_DEPENDS="bash, bzip2, coreutils, curl, findutils, gzip, ncurses-utils, proot (>= 5.1.107-32), sed, tar, xz-utils"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true