mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
libraries/id3lib: Allow VERSION override from environment.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
358880169a
commit
f61d5b9d4a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
# Modified by Robby Workman <rworkman@slackbuilds.org>
|
||||
|
||||
PRGNAM=id3lib
|
||||
VERSION=3.8.3
|
||||
VERSION=${VERSION:-3.8.3}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
Loading…
Reference in a new issue