From 497effd21610183f511bb54601ca7e9dd3a7b2d1 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 17 Oct 2020 15:49:36 +0300 Subject: otools: bump to 1.1 --- core/otools/build | 4 ++++ core/otools/checksums | 2 +- core/otools/sources | 2 +- core/otools/version | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/core/otools/build b/core/otools/build index 954aa1f3..568b6fa3 100755 --- a/core/otools/build +++ b/core/otools/build @@ -1,4 +1,8 @@ #!/bin/sh -e +:> testfile +less -F -T testfile testfile 2>/dev/null && echo CFLAGS += -DHAVE_LESS_T >> config.mk +rm testfile + make make PREFIX=/usr DESTDIR="$1" install diff --git a/core/otools/checksums b/core/otools/checksums index de673788..c9d82fd8 100644 --- a/core/otools/checksums +++ b/core/otools/checksums @@ -1 +1 @@ -6572b00aab74929f0877f99237eaf8a1bf022437a938c3f1bc7495039ee0d79b 1.0.tar.gz +c488ae3e23c843ee255ce1901224e75f5e583c857bd4bfba1dd176966e713486 1.1.tar.gz diff --git a/core/otools/sources b/core/otools/sources index 353ac078..309c9529 100644 --- a/core/otools/sources +++ b/core/otools/sources @@ -1 +1 @@ -https://github.com/CarbsLinux/otools/archive/1.0.tar.gz +https://github.com/CarbsLinux/otools/archive/1.1.tar.gz diff --git a/core/otools/version b/core/otools/version index f35ed484..f8b0b375 100644 --- a/core/otools/version +++ b/core/otools/version @@ -1 +1 @@ -1.0 1 +1.1 1 -- cgit v1.2.3