termux-elf-cleaner: Update from 1.1 to 1.2
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 4 Nov 2017 01:50:45 +0000 (02:50 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 4 Nov 2017 21:25:27 +0000 (22:25 +0100)
build-package.sh
packages/termux-elf-cleaner/build.sh

index 041380c..5cd6d1c 100755 (executable)
@@ -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
index ec00f28..6528261 100644 (file)
@@ -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