diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 03:17:51 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:28:28 +0000 |
commit | 6843edc15f3577542b861d1614871598469078d0 (patch) | |
tree | c61246047145af564b6c863f84be01d8fe14df37 | |
parent | e82bc5f92fa0d1b7f2c7bfb6c0f260fcbcdc0263 (diff) | |
download | slackbuilds-6843edc15f3577542b861d1614871598469078d0.tar.gz |
multimedia/podcastparser: Allow VERSION override.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | multimedia/podcastparser/podcastparser.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/podcastparser/podcastparser.SlackBuild b/multimedia/podcastparser/podcastparser.SlackBuild index 186a084a17..a64420af4f 100644 --- a/multimedia/podcastparser/podcastparser.SlackBuild +++ b/multimedia/podcastparser/podcastparser.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=podcastparser -VERSION=0.6.1 +VERSION=${VERSION:-0.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |