aboutsummaryrefslogtreecommitdiff
path: root/download.htin
blob: 254a33796cf1f8f40336249d70ceab4b9621234c (plain)
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
<h3>Latest release</h3>
<p>
The latest alpha release of <b>Eclat</b> is available from the following
locations:
</p>
<table class="download">
  <thead>
  <tr>
    <td>Archive</td>
    <td>Size</td>
    <td>MD5</td>
    <td>Signature</td>
  </tr>
  </thead>
  <tbody>
  <tr>
    <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.gz">eclat-0.1.tar.gz</a></td>
    <td>541K</td>
    <td>7a6a6bd4ab1739604e429e288b13b38e</td>
    <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.gz.sig">eclat-0.1.tar.gz.sig</a></td>
  </tr>
  <tr>
    <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.xz">eclat-0.1.tar.xz</a></td>
    <td>293K</td>
    <td>95edca338514d2ae267e6bec0d92164f</td>
    <td><a href="ftp://download.gnu.org.ua/pub/alpha/eclat/eclat-0.1.tar.xz.sig">eclat-0.1.tar.xz.sig</a></td>
  </tr>
  </tbody>
</table>
<p>
You can use the signature file to verify that
the corresponding file (without the .sig suffix) is intact.  First,
be sure to download both the <i>.sig</i> file and the corresponding tarball.
Then, run a command like this:
</p>

<pre>
  gpg --verify eclat-0.1.tar.gz.sig
</pre>

<p>
If that command fails because you don't have the required public key,
then run this command to import it:
</p>

<pre>
  gpg --keyserver keys.gnupg.net --recv-keys 55D0C732
</pre>
<p>
and rerun the <code>gpg --verify</code> command.
</p>  

<h3>Other alphas</h3>
<p>
  This and older versions of <b>Eclat</b> can be downloaded from
<a href="ftp://download.gnu.org.ua/pub/alpha/eclat">its ftp home</a>.
</p>
<p>
  You can keep track of the news and updates at the
<a href="http://puszcza.gnu.org.ua/projects/eclat">project's
development page</a>.
</p>

Return to:

Send suggestions and report system problems to the System administrator.