From 0c3e72d69fd131ba8624cea33543b8c2138ab954 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 4 Nov 2017 02:50:45 +0100 Subject: [PATCH] termux-elf-cleaner: Update from 1.1 to 1.2 --- build-package.sh | 2 +- packages/termux-elf-cleaner/build.sh | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build-package.sh b/build-package.sh index 041380ca..5cd6d1c0 100755 --- a/build-package.sh +++ b/build-package.sh @@ -421,7 +421,7 @@ termux_step_start_build() { termux_download \ https://raw.githubusercontent.com/termux/termux-elf-cleaner/v$TERMUX_ELF_CLEANER_VERSION/termux-elf-cleaner.cpp \ $TERMUX_ELF_CLEANER_SRC \ - 11a38372f4d0e36b7556382c7ecffecae35cee8b68daaee2dbee025f758e17ee + 62c3cf9813756a1b262108fbc39684c5cfd3f9a69b376276bb1ac6af138f5fa2 if [ "$TERMUX_ELF_CLEANER_SRC" -nt "$TERMUX_ELF_CLEANER" ]; then g++ -std=c++11 -Wall -Wextra -pedantic -Os "$TERMUX_ELF_CLEANER_SRC" -o "$TERMUX_ELF_CLEANER" fi diff --git a/packages/termux-elf-cleaner/build.sh b/packages/termux-elf-cleaner/build.sh index ec00f28d..65282619 100644 --- a/packages/termux-elf-cleaner/build.sh +++ b/packages/termux-elf-cleaner/build.sh @@ -3,8 +3,7 @@ TERMUX_PKG_DESCRIPTION="Cleaner of ELF files for Android" # NOTE: The termux-elf-cleaner.cpp file is used by build-package.sh # to create a native binary. Bumping this version will need # updating the checksum used there. -TERMUX_PKG_VERSION=1.1 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION=1.2 TERMUX_PKG_SRCURL=https://github.com/termux/termux-elf-cleaner/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=66612b294e197ab7bfac807e497581df58424af6a7c855f89fc12eafa3dc1b8c +TERMUX_PKG_SHA256=956d35778bf40523543a98ecec79d7d895a08ac69da1018acb84658a1c94e82b TERMUX_PKG_BUILD_IN_SRC=yes -- 2.11.0