bump(main/termux-elf-cleaner): update to 2.2.0

Now we can clean packages in multiple threads!
This commit is contained in:
Henrik Grimler 2023-12-15 22:02:46 +01:00
parent 9bee2f2e44
commit 552a504c8b
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
2 changed files with 3 additions and 4 deletions

View File

@ -4,10 +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.1.1
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=2.2.0
TERMUX_PKG_SRCURL=https://github.com/termux/termux-elf-cleaner/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=104231f91ef6662f80694fc4a59c6bfeae50da21c4fc22adac3c9a5aac00ba98
TERMUX_PKG_SHA256=84b88d52811cd86e33c42458e0374d375912403e4035893dd57e9cac335114a5
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" \
7c29143b9cffb3a9a580f39a7966b2bb36c5fc099da6f4c98dcdedacb14f08a2
20053acc9e598fdd2de750fdcea1aef692ccbc2a69b2281f35df8799c633f1b7
chmod u+x "$TERMUX_ELF_CLEANER"
fi