Browse Source
findutils: bump revision
Need to rebuild package after setting TERMUX_PKG_ESSENTIAL.
emacs-27
Leonid Plyushch
6 years ago
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with
1 additions and
1 deletions
-
packages/findutils/build.sh
|
@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/findutils/ |
|
|
TERMUX_PKG_DESCRIPTION="Utilities to find files meeting specified criteria and perform various actions on the files which are found" |
|
|
TERMUX_PKG_DESCRIPTION="Utilities to find files meeting specified criteria and perform various actions on the files which are found" |
|
|
TERMUX_PKG_LICENSE="GPL-3.0" |
|
|
TERMUX_PKG_LICENSE="GPL-3.0" |
|
|
TERMUX_PKG_VERSION=4.6.0 |
|
|
TERMUX_PKG_VERSION=4.6.0 |
|
|
TERMUX_PKG_REVISION=3 |
|
|
TERMUX_PKG_REVISION=4 |
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/findutils/findutils-${TERMUX_PKG_VERSION}.tar.gz |
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/findutils/findutils-${TERMUX_PKG_VERSION}.tar.gz |
|
|
TERMUX_PKG_SHA256=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d |
|
|
TERMUX_PKG_SHA256=ded4c9f73731cd48fec3b6bdaccce896473b6d8e337e9612e16cf1431bb1169d |
|
|
TERMUX_PKG_DEPENDS="libandroid-support" |
|
|
TERMUX_PKG_DEPENDS="libandroid-support" |
|
|