patchelf: update to 0.13

This commit has been automatically submitted by Github Actions.
This commit is contained in:
Termux Github Actions 2021-08-05 18:13:45 +00:00
parent ed992bc0b9
commit 1353ec074b
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.12
TERMUX_PKG_VERSION=0.13
TERMUX_PKG_SRCURL=https://github.com/NixOS/patchelf/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=3dca33fb862213b3541350e1da262249959595903f559eae0fbc68966e9c3f56
TERMUX_PKG_SHA256=60c6aeadb673de9cc1838b630c81f61e31c501de324ef7f1e8094a2431197d09
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BUILD_IN_SRC=true