mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
libraries/PyXML: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
a4f0b7a3be
commit
5876677368
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
# No additional license terms
|
||||
|
||||
PRGNAM=PyXML
|
||||
VERSION=0.8.4
|
||||
VERSION=${VERSION:-0.8.4}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue