mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
update pass version to install script
This commit is contained in:
parent
0bdea4ae2a
commit
356ac18ff2
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=slpkg
|
||||
VERSION=${VERSION:-2.2.3}
|
||||
VERSION=${VERSION:-$(python -c "from slpkg.__metadata__ import MetaData; \
|
||||
print MetaData.__version__")}
|
||||
TAG=${TAG:-_dsw}
|
||||
|
||||
# Installation script.
|
||||
|
|
Loading…
Reference in a new issue