# Apache Lucene.Net 3.0.3 - Oct 10, 2012 Use the links below to download the Lucene.Net from one of our mirrors. ### Mirror # {#mirror} [if-any logo] []([link]) [end] The currently selected mirror is **[preferred]**. If you encounter a problem with this mirror, please select another mirror. If all mirrors are failing, there are *backup* mirrors (at the end of the mirrors list) that should be available.
Other mirrors:
You may also consult the [complete list of mirrors](http://www.apache.org/mirrors/). - [Binary]([preferred]/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip) / [PGP Signature](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip.asc) / [SHA1 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip.sha1) / [MD5 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.bin.zip.md5) - [Source]([preferred]/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip) / [PGP Signature](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip.asc) / [SHA1 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip.sha1) / [MD5 Checksum](http://archive.apache.org/dist/lucenenet/Apache-Lucene.Net-3.0.3-RC2.src.zip.md5) Note: RC2 was the release that we voted to pass - those are the release artifacts # Cutting Edge Source Tree - [3.6 development](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git) - [4.x development](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=shortlog;h=refs/heads/branch_4x) see also [the source code section on the community page](community.html#source-code). # Release Archives All old releases can be downloaded from the ASF's [distribution archive](http://archive.apache.org/dist/lucenenet/). ## Tags of the Source Tree - [3.0.3 Source](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=shortlog;h=refs/tags/Lucene.Net_3_0_3_RC2_final) - [2.9.4g Source](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=commit;h=72be2253c9e6dbaeefca3ccdb9ba146b71848927) - [2.9.4 Source](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=commit;h=38aff4627fa4336cec354ae76621a0ed24ed8b35) - [Older Releases](https://git-wip-us.apache.org/repos/asf?p=lucenenet.git;a=tags) # Verify the integrity of the files # {#verify} It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. Please read [Verifying Apache HTTP Server Releases](http://httpd.apache.org/dev/verification.html) for more information on why you should verify our releases. The PGP signatures can be verified using PGP or GPG. First download the [KEYS](http://www.apache.org/dist/lucenenet/KEYS) as well as the `asc` signature file for the relevant distribution. Make sure you get these files from the [main distribution directory](http://www.apache.org/dist/lucenenet/) , rather than from a mirror. Then verify the signatures using % pgpk -a KEYS

% pgpv Apache-Lucene.Net-3.0.3-RC2.src.zip.asc

*or*

% pgp -ka KEYS

% pgp Apache-Lucene.Net-3.0.3-RC2.src.zip.asc

*or*

% gpg --import KEYS

% gpg --verify Apache-Lucene.Net-3.0.3-RC2.src.zip.asc
Alternatively, you can verify the MD5 or SHA1 signature on the files. A unix program called `md5` or `md5sum` is included in many unix distributions. It is also available as part of [GNU Textutils](http://www.gnu.org/software/textutils/textutils.html). Windows users can get binary md5 programs from [here](http://www.fourmilab.ch/md5/) , [here](http://www.pc-tools.net/win32/freeware/console/) , or [here](http://www.slavasoft.com/fsum/). An MD5 signature consists of 32 hex characters, and a SHA1 signature consists of 40 hex characters. Ensure your generated signature string matches the signature string published in the files above.