diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-17 15:49:36 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-17 15:49:36 +0300 |
commit | 497effd21610183f511bb54601ca7e9dd3a7b2d1 (patch) | |
tree | 065dc549301996c61694a4a41488b25d2b36ad6b /core/otools | |
parent | 1c776795063b75644e5a9c69cf4aefdb4d260917 (diff) | |
download | repository-497effd21610183f511bb54601ca7e9dd3a7b2d1.tar.gz |
otools: bump to 1.1
Diffstat (limited to 'core/otools')
-rwxr-xr-x | core/otools/build | 4 | ||||
-rw-r--r-- | core/otools/checksums | 2 | ||||
-rw-r--r-- | core/otools/sources | 2 | ||||
-rw-r--r-- | 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 |