patchelf: update to 0.14.2

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2021-11-29 12:17:34 +00:00
parent 590a8e682e
commit d46ce3b6fe
1 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://nixos.org/patchelf.html
TERMUX_PKG_DESCRIPTION="Utility to modify the dynamic linker and RPATH of ELF executables"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.14.1
TERMUX_PKG_VERSION=0.14.2
TERMUX_PKG_SRCURL=https://github.com/NixOS/patchelf/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=9b5d6b94f2a941aca784916e5062738588a8e0d9582f599803a5fac713df537f
TERMUX_PKG_SHA256=bfc531a98465b121bbc72d9e616728e15ce956fce6db4ada50f35c42a91f5fdd
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BUILD_IN_SRC=true