libraries/libesmtp: Allow VERSION override from environment.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2017-03-20 04:07:22 -04:00 committed by David Spencer
parent 1eff275f0e
commit 984828185c

View file

@ -7,7 +7,7 @@
# Modified by the SlackBuilds.org project
PRGNAM=libesmtp
VERSION=1.0.4
VERSION=${VERSION:-1.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}