Commits

Davide Gerhard authored and Ryan Schmidt committed 45e630f56e3
curl: update version to 7.66.0

- bump version to 7.66.0 - curl-ca-bundle is the last version
No tags

net/curl/Portfile

Modified
1 1 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2 2
3 3 PortSystem 1.0
4 4 PortGroup clang_dependency 1.0
5 5
6 6 name curl
7 -version 7.65.3
7 +version 7.66.0
8 8 categories net www
9 9 platforms darwin freebsd
10 10 maintainers {ryandesign @ryandesign}
11 11 license Curl
12 12
13 13 description Tool for transferring files with URL syntax
14 14
15 15 long_description curl is a client to get documents/files from servers, \
16 16 using any of the supported protocols. The command is \
17 17 designed to work without user interaction or any kind \
20 20 homepage https://curl.haxx.se
21 21 master_sites ${homepage}/download/:curl \
22 22 http://curl.mirror.anstey.ca/:curl \
23 23 http://curl.askapache.com/download/:curl
24 24
25 25 use_xz yes
26 26 set curl_distfile ${distfiles}
27 27 distfiles ${curl_distfile}:curl
28 28
29 29 checksums ${curl_distfile} \
30 - rmd160 20861c6d94be47e2228b67433ede00d02b106a0a \
31 - sha256 f2d98854813948d157f6a91236ae34ca4a1b4cb302617cebad263d79b0235fea \
32 - size 2392472
30 + rmd160 24b4a7432d117efcca0c1de95fb4797dcf186216 \
31 + sha256 dbb48088193016d079b97c5c3efde8efa56ada2ebf336e8a97d04eb8e2ed98c1 \
32 + size 2414840
33 33
34 34 if {${name} eq ${subport}} {
35 35 PortGroup muniversal 1.0
36 36
37 - revision 1
37 + revision 0
38 38
39 39 depends_build port:pkgconfig
40 40
41 41 depends_lib port:libidn2 \
42 42 port:libpsl \
43 43 port:zlib
44 44
45 45 # Prevent curl-config from telling curl's dependents that they have to
46 46 # link with all of curl's dependencies as well.
47 47 patchfiles configure.patch

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut