-
Notifications
You must be signed in to change notification settings - Fork 90
/
_download.html
84 lines (73 loc) · 2.91 KB
/
_download.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
#include "_doctype.html"
<html lang="en">
<head> <title>curl - Download</title>
#include "css.t"
</head>
#define CURL_DOWNLOAD
#define CURL_URL download.html
#define AD_BIGGOOGLELEFT
#include "_menu.html"
#include "setup.t"
WHERE1(Download)
#include "release.t"
TITLE(Releases and Downloads)
<div class="relatedbox">
<b>Related:</b>
<br><a href="/ch/">Changelog</a>
<br><a href="/download/">Old Releases</a>
<br><a href="/dev/source.html">Source code repo</a>
<br><a href="https://curl.se/snapshots/">Daily Snapshots</a>
<br><a href="https://daniel.haxx.se/address.html">GPG Key</a>
<br><a href="/docs/releases.html">Release log</a>
</div>
<p>
The curl project mostly provides source packages. Other packages are kindly
provided by external persons and organizations.
SUBTITLE(Source Archives)
<p>
<b>curl __STABLE</b>, Released on the DATE(__RELDATE). <a href="/ch/__STABLE.html">Changelog for __STABLE</a>.
<table class="download">
<tr>
<td class="download"><a href="/download/curl-__STABLE.tar.gz" type="application/x-gzip">curl-__STABLE.tar.gz</a></td>
<td class="download"><a href="/download/curl-__STABLE.tar.gz.asc" type="application/pgp-signature">gpg</a></td>
</tr>
<tr>
<td class="download"><a href="/download/curl-__STABLE.tar.bz2" type="application/x-bzip2">curl-__STABLE.tar.bz2</a></td>
<td class="download"><a href="/download/curl-__STABLE.tar.bz2.asc" type="application/pgp-signature">gpg</a></td>
</tr>
<tr>
<td class="download"><a href="/download/curl-__STABLE.zip" type="application/zip">curl-__STABLE.zip</a></td>
<td class="download"><a href="/download/curl-__STABLE.zip.asc" type="application/pgp-signature">gpg</a></td>
</tr>
<tr>
<td class="download"><a href="/download/curl-__STABLE.tar.xz" type="application/x-xz">curl-__STABLE.tar.xz</a></td>
<td class="download"><a href="/download/curl-__STABLE.tar.xz.asc" type="application/pgp-signature">gpg</a></td>
</tr>
</table>
SUBTITLE(Long-term support)
<p>
There are long-term support curl releases
called <a href="https://rock-solid.curl.dev/">Rock-solid curl</a>, provided
as a commercial offer.
SUBTITLE(Packages)
<p>
#include "dl/files.html"
<p>
<table><tr class="latest2"><td>
This colour means the packaged version is the latest stable version available (__STABLE)!
</td></tr></table>
<p>
If you have newer archives or archives for platforms not already present in
this table, we would like to add them to this table with a pointer to your
location. Mail <a href="mailto:curl-release@haxx.se">curl-release</a> and
tell us!
SUBTITLE(Official curl docker images)
<p>
The official curl docker images are available at:
<ul>
<li><a href="https://quay.io/repository/curl/curl?tab=info">Quay.io</a>: > podman run quay.io/curl/curl:latest</li>
<li><a href="https://hub.docker.com/r/curlimages/curl">Docker hub</a>: > podman run curlimages/curl:latest</li>
</ul>
#include "_footer.html"
</body>
</html>