diff options
author | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:11:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-03-13 14:11:10 +0300 |
commit | 6df1544df84f33d2fa9aeec40e1e0600ec583ddf (patch) | |
tree | b46649dd155ad42ddfef0bafab4fd71908aa64d2 /core/otools | |
parent | 87ff976e18166780535c0d0d79d44e5675146009 (diff) | |
download | repository-6df1544df84f33d2fa9aeec40e1e0600ec583ddf.tar.gz |
otools: bump to 1.3.1
Diffstat (limited to 'core/otools')
-rwxr-xr-x | core/otools/build | 7 | ||||
-rw-r--r-- | core/otools/checksums | 2 | ||||
-rw-r--r-- | core/otools/sources | 2 | ||||
-rw-r--r-- | core/otools/version | 2 |
4 files changed, 5 insertions, 8 deletions
diff --git a/core/otools/build b/core/otools/build index 71b410c4..45da9bf9 100755 --- a/core/otools/build +++ b/core/otools/build @@ -1,8 +1,5 @@ #!/bin/sh -e -:> testfile -less -F -T testfile testfile 2>/dev/null && echo CFLAGS += -DHAVE_LESS_T >> config.mk -rm -f testfile - -make +FTS=0; cpt l musl-fts && FTS=1 +make LDFLAGS=-static FTS="$FTS" make PREFIX=/usr DESTDIR="$1" install diff --git a/core/otools/checksums b/core/otools/checksums index 75b20da9..fccd5dc8 100644 --- a/core/otools/checksums +++ b/core/otools/checksums @@ -1 +1 @@ -117ec008b3f33ee7f674ff99f5f2ce589cb2eb3d83706bab61ef281d48ee2d9f 1.2.tar.gz +15a9b90919b7eaf28a64818c4c843108d7c7565027f6e33b0d99e9c256a6646d 1.3.1.tar.gz diff --git a/core/otools/sources b/core/otools/sources index 5865d4e4..0967ce51 100644 --- a/core/otools/sources +++ b/core/otools/sources @@ -1 +1 @@ -https://github.com/CarbsLinux/otools/archive/1.2.tar.gz +https://github.com/CarbsLinux/otools/archive/1.3.1.tar.gz diff --git a/core/otools/version b/core/otools/version index f76d8346..957d07e2 100644 --- a/core/otools/version +++ b/core/otools/version @@ -1 +1 @@ -1.2 1 +1.3.1 1 |