www/cpr: Update to 1.9.0
Changes: https://github.com/libcpr/cpr/releases
This commit is contained in:
parent
933afd444d
commit
d29aa07725
3 changed files with 16 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= cpr
|
||||
PORTVERSION= 1.8.4
|
||||
PORTVERSION= 1.9.0
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1657198937
|
||||
SHA256 (libcpr-cpr-1.8.4_GH0.tar.gz) = 693166065c875b398353c875adcae2da4df0ea64459f000f28fb6ed141090f28
|
||||
SIZE (libcpr-cpr-1.8.4_GH0.tar.gz) = 94135
|
||||
TIMESTAMP = 1658176304
|
||||
SHA256 (libcpr-cpr-1.9.0_GH0.tar.gz) = 67023cde8979e8371f5ee7d6e586d6d0761af4a3a3a3be6270256353c9bf411f
|
||||
SIZE (libcpr-cpr-1.9.0_GH0.tar.gz) = 102426
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
include/cpr/accept_encoding.h
|
||||
include/cpr/api.h
|
||||
include/cpr/async.h
|
||||
include/cpr/auth.h
|
||||
include/cpr/bearer.h
|
||||
include/cpr/body.h
|
||||
include/cpr/buffer.h
|
||||
include/cpr/callback.h
|
||||
include/cpr/cert_info.h
|
||||
include/cpr/connect_timeout.h
|
||||
include/cpr/cookies.h
|
||||
include/cpr/cpr.h
|
||||
|
@ -10,24 +14,30 @@ include/cpr/cprtypes.h
|
|||
include/cpr/cprver.h
|
||||
include/cpr/curl_container.h
|
||||
include/cpr/curlholder.h
|
||||
include/cpr/digest.h
|
||||
include/cpr/error.h
|
||||
include/cpr/file.h
|
||||
include/cpr/http_version.h
|
||||
include/cpr/interceptor.h
|
||||
include/cpr/interface.h
|
||||
include/cpr/limit_rate.h
|
||||
include/cpr/local_port.h
|
||||
include/cpr/local_port_range.h
|
||||
include/cpr/low_speed.h
|
||||
include/cpr/multipart.h
|
||||
include/cpr/ntlm.h
|
||||
include/cpr/parameters.h
|
||||
include/cpr/payload.h
|
||||
include/cpr/proxies.h
|
||||
include/cpr/proxyauth.h
|
||||
include/cpr/range.h
|
||||
include/cpr/redirect.h
|
||||
include/cpr/reserve_size.h
|
||||
include/cpr/response.h
|
||||
include/cpr/session.h
|
||||
include/cpr/singleton.h
|
||||
include/cpr/ssl_ctx.h
|
||||
include/cpr/ssl_options.h
|
||||
include/cpr/status_codes.h
|
||||
include/cpr/threadpool.h
|
||||
include/cpr/timeout.h
|
||||
include/cpr/unix_socket.h
|
||||
include/cpr/user_agent.h
|
||||
|
|
Loading…
Reference in a new issue