mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libcurl-gnutls: Updated for version 7.86.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
327aed1e38
commit
9b8112c200
3 changed files with 5 additions and 8 deletions
Binary file not shown.
|
@ -30,8 +30,8 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=libcurl-gnutls
|
||||
PKGNAM=curl
|
||||
VERSION=${VERSION:-7.84.0}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-7.86.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -85,9 +85,6 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
# patch from Archlinux
|
||||
zcat $CWD/0001-select-do-not-return-fatal-error-on-EINTR-from-poll.patch.gz | patch -p1 --verbose || exit 1
|
||||
|
||||
LDFLAGS="-L/usr/lib$LIBDIRSUFFIX" \
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libcurl-gnutls"
|
||||
VERSION="7.84.0"
|
||||
VERSION="7.86.0"
|
||||
HOMEPAGE="https://curl.haxx.se"
|
||||
DOWNLOAD="https://curl.se/download/curl-7.84.0.tar.xz"
|
||||
MD5SUM="6ce66afa416bb11b8f39cc9e059afd5b"
|
||||
DOWNLOAD="https://curl.se/download/curl-7.86.0.tar.xz"
|
||||
MD5SUM="19a2165f37941a6f412afc924e750568"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue