Browse Source

termux-elf-cleaner: Update from 1.1 to 1.2

android-5
Fredrik Fornwall 7 years ago
parent
commit
0c3e72d69f
  1. 2
      build-package.sh
  2. 5
      packages/termux-elf-cleaner/build.sh

2
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

5
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

Loading…
Cancel
Save