mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/PyODE: Allow VERSION override from environment.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
f9d1327da9
commit
3d1759f9d8
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
PRGNAM=PyODE
|
||||
SRCNAM=$PRGNAM-snapshot
|
||||
SRCVER=${SRCVER:-2010-03-22}
|
||||
VERSION=$(echo $SRCVER | tr - .)
|
||||
VERSION=${VERSION:-2010.03.22}
|
||||
SRCVER=$(echo $VERSION | tr . -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue