|
1 |
| -<!DOCTYPE html> |
2 |
| -<html> |
3 |
| - <head> |
4 |
| - <title>Simple DirectMedia Layer - SDL version 2.0.22 (stable)</title> |
5 |
| - <?php require_once("include/meta.inc.php"); ?><?php $current_page = basename(__FILE__, '.php'); ?> |
6 |
| - </head> |
7 |
| - <body> |
8 |
| - <div id="wrapper"> |
9 |
| - <?php require_once("include/header.inc.php"); ?> |
10 |
| - <div id="left"> |
11 |
| - <?php require_once("include/sidebar.inc.php"); ?> |
12 |
| - </div> |
13 |
| - <div id="content"> |
14 |
| - <h1>SDL version 2.0.22 (stable)</h1> |
15 |
| - <div class="col left"> |
16 |
| - |
17 |
| - <a name="source"></a> |
18 |
| - <h2>Source Code:</h2> |
19 |
| - <blockquote> |
20 |
| -<!-- |
21 |
| - <a href="release/changes-2.0.html">What's New</a></br> |
22 |
| ---> |
23 |
| - |
24 |
| - <a href="release/SDL2-2.0.22.zip" |
25 |
| - >SDL2-2.0.22.zip</a> |
26 |
| - - <a href="release/SDL2-2.0.22.zip.sig">GPG signed</a><br> |
27 |
| - <a href="release/SDL2-2.0.22.tar.gz" |
28 |
| - >SDL2-2.0.22.tar.gz</a> |
29 |
| - - <a href="release/SDL2-2.0.22.tar.gz.sig">GPG signed</a><br> |
30 |
| - </blockquote> |
31 |
| - |
32 |
| - <h2>Runtime Binaries:</h2> |
33 |
| - <blockquote> |
34 |
| - <p><span class="title"> |
35 |
| - Windows: |
36 |
| - </span><br> |
37 |
| - <a href="release/SDL2-2.0.22-win32-x86.zip" |
38 |
| - >SDL2-2.0.22-win32-x86.zip</a> (32-bit Windows)<br> |
39 |
| - <a href="release/SDL2-2.0.22-win32-x64.zip" |
40 |
| - >SDL2-2.0.22-win32-x64.zip</a> (64-bit Windows)<br> |
41 |
| - </p> |
42 |
| - <p><span class="title"> |
43 |
| - Mac OS X: |
44 |
| - </span><br> |
45 |
| - <a href="release/SDL2-2.0.22.dmg" |
46 |
| - >SDL2-2.0.22.dmg</a><br> |
47 |
| - </p> |
48 |
| - <p><span class="title"> |
49 |
| - Linux: |
50 |
| - </span><br> |
51 |
| - Please contact your distribution maintainer for updates. |
52 |
| - </p> |
53 |
| - </blockquote> |
54 |
| - |
55 |
| - <h2>Development Libraries:</h2> |
56 |
| - <blockquote> |
57 |
| - <p><span class="title"> |
58 |
| - Windows: |
59 |
| - </span><br> |
60 |
| - <a href="release/SDL2-devel-2.0.22-VC.zip" |
61 |
| - >SDL2-devel-2.0.22-VC.zip</a> (Visual C++ 32/64-bit)<br> |
62 |
| - <a href="release/SDL2-devel-2.0.22-mingw.tar.gz" |
63 |
| - >SDL2-devel-2.0.22-mingw.tar.gz</a> (<a href="http://mingw-w64.sourceforge.net/">MinGW</a> 32/64-bit)<br> |
64 |
| - <a href="release/SDL2-devel-2.0.22-mingw.zip" |
65 |
| - >SDL2-devel-2.0.22-mingw.zip</a> (<a href="http://mingw-w64.sourceforge.net/">MinGW</a> 32/64-bit)<br> |
66 |
| - </p> |
67 |
| - <p><span class="title"> |
68 |
| - Mac OS X: |
69 |
| - </span><br> |
70 |
| - <a href="release/SDL2-2.0.22.dmg" |
71 |
| - >SDL2-2.0.22.dmg</a><br> |
72 |
| - </p> |
73 |
| - <p><span class="title"> |
74 |
| - Linux: |
75 |
| - </span><br> |
76 |
| - Please contact your distribution maintainer for updates. |
77 |
| - </p> |
78 |
| - <p><span class="title"> |
79 |
| - iOS & Android: |
80 |
| - </span><br> |
81 |
| - Projects for these platforms are included with the <a href="#source">source</a>. |
82 |
| - </p> |
83 |
| - </blockquote> |
84 |
| - |
85 |
| - <p> |
86 |
| - Older versions of SDL are available <a href="release/">here</a>. |
87 |
| - </p> |
88 |
| - |
89 |
| - </div> |
90 |
| - |
91 |
| - <div class="col right"> |
92 |
| - <h2>GPG Signature:</h2> |
93 |
| - <p> |
94 |
| - The source code to this release has been signed by Sam Lantinga. |
95 |
| - <br> |
96 |
| - You can get the public key from any keyserver with the key id 0xA7763BE6, |
97 |
| - or directly from Sam's home page: |
98 |
| - <a href="http://slouken.libsdl.org/slouken-pubkey.asc" |
99 |
| - >slouken-pubkey.asc</a> |
100 |
| - <br> |
101 |
| - The public key fingerprint should be:<pre class="small"> |
102 |
| -pub 1024D/A7763BE6 2001-01-05 Sam Lantinga < [email protected]> |
103 |
| - Key fingerprint = 1528 635D 8053 A57F 77D1 E086 30A5 9377 A776 3BE6</pre> |
104 |
| - </p> |
105 |
| - <p> |
106 |
| - For more information about public key signatures, see |
107 |
| - <a href="http://www.gnupg.org/">http://www.gnupg.org/</a> |
108 |
| - </p> |
109 |
| - |
110 |
| - </div> |
111 |
| - </div> |
112 |
| - <div class="clearer"></div> |
113 |
| - |
114 |
| - </div> |
115 |
| - <?php require_once("include/footer.inc.php"); ?> |
116 |
| - |
117 |
| - </body> |
118 |
| -</html> |
| 1 | +<!DOCTYPE html> |
| 2 | +<html> |
| 3 | + <head> |
| 4 | + <meta http-equiv="refresh" content="3; url='https://github.com/libsdl-org/SDL/releases/latest'" /> |
| 5 | + </head> |
| 6 | + <body> |
| 7 | + <p>This has been moved to GitHub. You should be redirected there shortly, or you can click <a href="https://github.com/libsdl-org/SDL/releases/latest">this link</a> to continue.</p> |
| 8 | + </body> |
| 9 | +</html> |
0 commit comments