mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
update version
This commit is contained in:
parent
2dd932029e
commit
3afe62d0e2
7 changed files with 15 additions and 8 deletions
|
@ -1,3 +1,9 @@
|
|||
Version 2.2.2
|
||||
11-2-2015
|
||||
|
||||
[Updated] - BugFix show hidden matching sbo packages.
|
||||
|
||||
|
||||
Version 2.2.1
|
||||
6-2-2015
|
||||
|
||||
|
|
|
@ -12,3 +12,4 @@ tail +13 CHECKSUMS.md5 | md5sum -c --quiet - | less
|
|||
MD5 message digest Filename
|
||||
74d79364aef2717c00eae3a37c0e7479 ./slpkg-2.1.5.tar.gz
|
||||
b37d59524be1ce9ef1c4e13e91ceb763 ./slpkg-2.2.0.tar.gz
|
||||
3b869056c2309ee3f694b2c11f5533bd ./slpkg-2.2.1.tar.gz
|
||||
|
|
2
PKG-INFO
2
PKG-INFO
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.1
|
||||
Name: slpkg
|
||||
Version: 2.1.x-dev
|
||||
Version: 2.2.2
|
||||
Author: dslackw
|
||||
Author-email: d zlatanidis at gmail com
|
||||
Maintainer: dslackw
|
||||
|
|
|
@ -11,9 +11,9 @@
|
|||
|
||||
Latest Release:
|
||||
|
||||
- Version: 2.2.1
|
||||
- Version: 2.2.2
|
||||
- `Package <https://sourceforge.net/projects/slpkg/files/slpkg/binary/>`_
|
||||
- `Source <https://github.com/dslackw/slpkg/archive/v2.2.1.tar.gz>`_
|
||||
- `Source <https://github.com/dslackw/slpkg/archive/v2.2.2.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.1.tar.gz
|
||||
$ cd slpkg-2.2.1
|
||||
$ tar xvf slpkg-2.2.2.tar.gz
|
||||
$ cd slpkg-2.2.2
|
||||
$ ./install.sh
|
||||
|
||||
From SourceForge:
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-2.2.1}
|
||||
VERSION=${VERSION:-2.2.2}
|
||||
TAG=${TAG:-_dsw}
|
||||
|
||||
# Installation script.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-2.2.1}
|
||||
VERSION=${VERSION:-2.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_dsw}
|
||||
|
||||
|
|
|
@ -79,7 +79,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 2, 1)
|
||||
__version_info__ = (2, 2, 2)
|
||||
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
||||
__license__ = "GNU General Public License v3 (GPLv3)"
|
||||
__email__ = "d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue