updpkg(main/termux-elf-cleaner): update to 2.2.1

This commit is contained in:
Henrik Grimler 2023-12-26 10:24:34 +01:00
parent 3966e4d44c
commit ccf6ab9292
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
# Please update checksum in termux_step_start_build.sh as well if
# updating the package.
TERMUX_PKG_VERSION=2.2.0
TERMUX_PKG_VERSION=2.2.1
TERMUX_PKG_SRCURL=https://github.com/termux/termux-elf-cleaner/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=84b88d52811cd86e33c42458e0374d375912403e4035893dd57e9cac335114a5
TERMUX_PKG_SHA256=105be3c8673fd377ea7fd6becb6782b2ba060ad764439883710a5a7789421c46
TERMUX_PKG_DEPENDS="libc++"
termux_step_pre_configure() {

View File

@ -101,7 +101,7 @@ termux_step_start_build() {
termux_download \
"https://github.com/termux/termux-elf-cleaner/releases/download/v${TERMUX_ELF_CLEANER_VERSION}/termux-elf-cleaner" \
"$TERMUX_ELF_CLEANER" \
20053acc9e598fdd2de750fdcea1aef692ccbc2a69b2281f35df8799c633f1b7
2c57aa961e25dfe44feb87030da3b0e54d314c110b8be6ffede39806ac356cd6
chmod u+x "$TERMUX_ELF_CLEANER"
fi