diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2022-02-28 14:22:33 +1100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-28 15:16:35 +0700 |
commit | 2f08f449e744b37747d0bfee17a3dd98853f64d9 (patch) | |
tree | aa8d96a790477c8b321a83de77e4b5a7de15837e /development/pip2tgz/pip2tgz.SlackBuild | |
parent | ae2449197c9597795c8ebc2c20c944a84ce94b8b (diff) |
development/pip2tgz: Updated for version 0.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/pip2tgz/pip2tgz.SlackBuild')
-rw-r--r-- | development/pip2tgz/pip2tgz.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/pip2tgz/pip2tgz.SlackBuild b/development/pip2tgz/pip2tgz.SlackBuild index c600e3a1e3363..196e188597ae3 100644 --- a/development/pip2tgz/pip2tgz.SlackBuild +++ b/development/pip2tgz/pip2tgz.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pip2tgz -# Copyright 2017 Duncan Roe, Melbourne, Australia +# Copyright 2017,2022 Duncan Roe, Melbourne, Australia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pip2tgz -VERSION=${VERSION:-0.4} +VERSION=${VERSION:-0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |