diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-20 22:47:50 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:27:49 +0000 |
commit | b25f9e5c4cb6ccd911cc2d34c7ed0f04fe10b52e (patch) | |
tree | 2a7057cf56c80f843c8a76be73b480650f27bad8 /audio/freepats | |
parent | 242fe45972bd75be68414efbda67ae7e4475a020 (diff) | |
download | slackbuilds-b25f9e5c4cb6ccd911cc2d34c7ed0f04fe10b52e.tar.gz |
audio/freepats: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'audio/freepats')
-rw-r--r-- | audio/freepats/freepats.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/freepats/freepats.SlackBuild b/audio/freepats/freepats.SlackBuild index 83a48e42a7..2ffdaf2f2a 100644 --- a/audio/freepats/freepats.SlackBuild +++ b/audio/freepats/freepats.SlackBuild @@ -4,7 +4,7 @@ # Written by Kyle Guinn <elyk03@gmail.com> PRGNAM=freepats -VERSION=20060219 +VERSION=${VERSION:-20060219} ARCH=noarch BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |