Fix link to original repo for bug reporting (#5)
[php-sqllint.git] / README.rst
index e02ff6bac8b22f91d0efabdc651db85d668f470f..6444362fce691f6280218a9bde7a3990f2f98666 100644 (file)
@@ -65,9 +65,27 @@ Bugs
 ====
 Does ``php-sqllint`` not detect a syntax error, or doesn't support a certain
 SQL statement?
-Then please report a bug at `udan11/sql-parser`__.
+Then please report a bug at `phpmyadmin/sql-parser`__.
 
-__ https://github.com/udan11/sql-parser
+__ https://github.com/phpmyadmin/sql-parser
+
+
+========
+Download
+========
+The download files are equipped with all dependencies.
+Just download and run.
+
+Version 0.1.1, 2016-04-14
+
+- `php-sqllint-0.1.1.bz2.phar <http://cweiske.de/download/php-sqllint/php-sqllint-0.1.1.bz2.phar>`__
+
+  - 178 kiB
+  - SHA256: ``c1902d79636e112715682260c21980ac51059688b7fb1a8eda4a8ca70226e56b``
+- `php-sqllint-0.1.1.phar <http://cweiske.de/download/php-sqllint/php-sqllint-0.1.1.phar>`__
+
+  - 621 kiB
+  - SHA256: ``2665a0c1cf8997c326a90ebded5a7848a1d60506d98158b391a8e546afa2ca20``
 
 
 ============
@@ -96,8 +114,7 @@ Building
 
 Preparation
 ===========
-- Adjust version number in ``src/phpsqllint/Cli.php``
-- Adjust version number in ``build.xml``
+1. Write new version number into ``VERSION``
 
 
 Create the release
@@ -138,4 +155,6 @@ Source code
 
 Author
 ======
-Written by Christian Weiske, cweiske@cweiske.de
+Written by `Christian Weiske`__, cweiske+php-sqllint@cweiske.de
+
+__ http://cweiske.de/