diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-19 17:17:43 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-19 17:17:43 +0300 |
commit | 000bb28c6c7c3bd59424f0cb3650d5612915c4a8 (patch) | |
tree | d2ab247cb62c3a685c9a7b7d6e3edbb7ae1943bd | |
parent | 2b0068cf9502109aa9047994fc325273b0d19bf8 (diff) | |
download | repository-000bb28c6c7c3bd59424f0cb3650d5612915c4a8.tar.gz |
otools: bump to 1.2
-rwxr-xr-x | core/otools/build~ | 8 | ||||
-rw-r--r-- | core/otools/checksums | 2 | ||||
-rw-r--r-- | core/otools/sources | 2 | ||||
-rw-r--r-- | core/otools/version | 2 |
4 files changed, 3 insertions, 11 deletions
diff --git a/core/otools/build~ b/core/otools/build~ deleted file mode 100755 index 7ed3c2d8..00000000 --- a/core/otools/build~ +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -e - -:> testfile -less -F -T testfile testfile 2>/dev/null && echo CFLAGS += -DHAVE_LESS_T >> config.mk -rm testfile - -make LDFLAGS='' -make PREFIX=/usr DESTDIR="$1" install diff --git a/core/otools/checksums b/core/otools/checksums index c9d82fd8..75b20da9 100644 --- a/core/otools/checksums +++ b/core/otools/checksums @@ -1 +1 @@ -c488ae3e23c843ee255ce1901224e75f5e583c857bd4bfba1dd176966e713486 1.1.tar.gz +117ec008b3f33ee7f674ff99f5f2ce589cb2eb3d83706bab61ef281d48ee2d9f 1.2.tar.gz diff --git a/core/otools/sources b/core/otools/sources index 309c9529..5865d4e4 100644 --- a/core/otools/sources +++ b/core/otools/sources @@ -1 +1 @@ -https://github.com/CarbsLinux/otools/archive/1.1.tar.gz +https://github.com/CarbsLinux/otools/archive/1.2.tar.gz diff --git a/core/otools/version b/core/otools/version index f8b0b375..f76d8346 100644 --- a/core/otools/version +++ b/core/otools/version @@ -1 +1 @@ -1.1 1 +1.2 1 |