Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 3 additions & 7 deletions SPECS/curl/curl.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,14 @@
%bcond_with openssl

Name: curl
Version: 8.15.0
Version: 8.20.0
Release: %autorelease
Summary: A Tool for Transferring Data from URLs
License: curl
URL: https://curl.se
VCS: git:https://github.com/curl/curl
#!RemoteAsset
#!RemoteAsset: sha256:63fe2dc148ba0ceae89922ef838f7e5c946272c2e78b7c59fab4b79d3ce2b896
Source0: https://curl.se/download/curl-%{version}.tar.xz
#!RemoteAsset
Source1: https://curl.se/download/curl-%{version}.tar.xz.asc
#!RemoteAsset
Source2: https://daniel.haxx.se/mykey.asc#/curl.keyring
BuildSystem: autotools

%if %{with openssl}
Expand Down Expand Up @@ -133,4 +129,4 @@ popd
%doc docs/libcurl/symbols-in-versions

%changelog
%{?autochangelog}
%autochangelog
Loading