change version

This commit is contained in:
Dimitris Zlatanidis 2015-02-12 11:29:06 +02:00
parent b9ebc757af
commit efe52184f8
5 changed files with 13 additions and 7 deletions

View file

@ -1,3 +1,9 @@
Version 2.2.3
12-2-2015
[Updated] - Fix slpkg.SlackBuild script support .zip archives.
Version 2.2.2
11-2-2015

View file

@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: slpkg
Version: 2.2.2
Version: 2.2.3
Author: dslackw
Author-email: d zlatanidis at gmail com
Maintainer: dslackw

View file

@ -11,9 +11,9 @@
Latest Release:
- Version: 2.2.2
- Version: 2.2.3
- `Package <https://sourceforge.net/projects/slpkg/files/slpkg/binary/>`_
- `Source <https://github.com/dslackw/slpkg/archive/v2.2.2.tar.gz>`_
- `Source <https://github.com/dslackw/slpkg/archive/v2.2.3.tar.gz>`_
- `CHANGELOG <https://github.com/dslackw/slpkg/blob/master/CHANGELOG>`_
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/logo.png
@ -168,8 +168,8 @@ Untar the archive and run install.sh script:
.. code-block:: bash
$ tar xvf slpkg-2.2.2.tar.gz
$ cd slpkg-2.2.2
$ tar xvf slpkg-2.2.3.tar.gz
$ cd slpkg-2.2.3
$ ./install.sh
From SourceForge:

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
VERSION=${VERSION:-2.2.2}
VERSION=${VERSION:-2.2.3}
TAG=${TAG:-_dsw}
# Installation script.

View file

@ -79,7 +79,7 @@ class MetaData(object):
__all__ = "slpkg"
__author__ = "dslackw"
__version_info__ = (2, 2, 2)
__version_info__ = (2, 2, 3)
__version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com"