diff options
author | Cem Keylan <cem@ckyln.com> | 2024-10-05 14:31:03 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2024-10-05 14:31:03 +0200 |
commit | 0ebf75e3b6d517d032c4311b425c8ef982a3a917 (patch) | |
tree | a7b9766d33aedc85e91fc2475f820a91d175ae1e /extra | |
parent | 3f958f8133a362302fe10e5757f239b874050de7 (diff) | |
download | repository-0ebf75e3b6d517d032c4311b425c8ef982a3a917.tar.gz |
links: bump to 2.30
Diffstat (limited to 'extra')
-rwxr-xr-x | extra/links/build | 4 | ||||
-rw-r--r-- | extra/links/checksums | 2 | ||||
-rw-r--r-- | extra/links/sources | 2 | ||||
-rw-r--r-- | extra/links/version | 2 |
4 files changed, 6 insertions, 4 deletions
diff --git a/extra/links/build b/extra/links/build index 94034772..6e2291c8 100755 --- a/extra/links/build +++ b/extra/links/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export LDFLAGS="$LDFLAGS -static" + ./configure \ --prefix=/usr \ --mandir=/usr/share/man \ @@ -10,5 +12,5 @@ printf '#undef HAVE_LIBBSD\n' >> config.h clsed 's/-lbsd//' Makefile -make LDFLAGS="$LDFLAGS -static" +make make DESTDIR="$1" install diff --git a/extra/links/checksums b/extra/links/checksums index ae2e367e..cef76de2 100644 --- a/extra/links/checksums +++ b/extra/links/checksums @@ -1,2 +1,2 @@ %BLAKE3 -058ce6e16ba887d6c973c8d0b4e3d8f4617e607dc5ced1b2e8bfe2e574dbea01 links-2.29.tar.bz2 +aa3d076f922ed58689de981566b1665709cc4e5efb1636c863fd0401727f75bb links-2.30.tar.bz2 diff --git a/extra/links/sources b/extra/links/sources index 0f91618f..9b15c028 100644 --- a/extra/links/sources +++ b/extra/links/sources @@ -1 +1 @@ -http://links.twibright.com/download/links-2.29.tar.bz2 +http://links.twibright.com/download/links-2.30.tar.bz2 diff --git a/extra/links/version b/extra/links/version index 1a1e803a..fa5f2f59 100644 --- a/extra/links/version +++ b/extra/links/version @@ -1 +1 @@ -2.29 1 +2.30 1 |