mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
update pass version to install script
This commit is contained in:
parent
9ca3af3f2c
commit
b6554e1197
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
PRGNAM=slpkg
|
PRGNAM=slpkg
|
||||||
VERSION=${VERSION:-$(cat slpkg/__metadata__.py | grep "__version_info__ = (" \
|
VERSION=${VERSION:-$(cat slpkg/__metadata__.py | grep "__version_info__ = (" \
|
||||||
| cut -c25-31 | tr -d [[:space:]] | tr , .)}
|
| tr -d [[:space:]] | cut -c19-23 | tr , .)}
|
||||||
TAG=${TAG:-_dsw}
|
TAG=${TAG:-_dsw}
|
||||||
|
|
||||||
# Installation script.
|
# Installation script.
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
PRGNAM=slpkg
|
PRGNAM=slpkg
|
||||||
VERSION=${VERSION:-$(cat ../slpkg/__metadata__.py | grep "__version_info__ = (" \
|
VERSION=${VERSION:-$(cat ../slpkg/__metadata__.py | grep "__version_info__ = (" \
|
||||||
| cut -c25-31 | tr -d [[:space:]] | tr , .)}
|
| tr -d [[:space:]] | cut -c19-23 | tr , .)}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_dsw}
|
TAG=${TAG:-_dsw}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue