parallel: update to 20201122

This commit is contained in:
Leonid Pliushch 2020-12-07 22:29:54 +00:00
parent 0a7f7b5f8c
commit dd3e5fd1b4
No known key found for this signature in database
GPG Key ID: 45F2964132545795
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/parallel/
TERMUX_PKG_DESCRIPTION="GNU Parallel is a shell tool for executing jobs in parallel using one or more machines"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_VERSION=20200922
TERMUX_PKG_VERSION=20201122
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/parallel/parallel-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=2810412b616b59dcf6a6bd172f2b2561807cf370ccf93417aa1c8229f94c4172
TERMUX_PKG_SHA256=4da0bf42c466493b44dcbd8750e7bf99c31da4c701e8be272276c16ec4caff30
TERMUX_PKG_DEPENDS="perl"
TERMUX_PKG_PLATFORM_INDEPENDENT=true