diff options
Diffstat (limited to 'python/python3-cheroot/python3-cheroot.SlackBuild')
-rw-r--r-- | python/python3-cheroot/python3-cheroot.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/python/python3-cheroot/python3-cheroot.SlackBuild b/python/python3-cheroot/python3-cheroot.SlackBuild index fc67f20617..be15cf542f 100644 --- a/python/python3-cheroot/python3-cheroot.SlackBuild +++ b/python/python3-cheroot/python3-cheroot.SlackBuild @@ -22,11 +22,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20221210 46and2: Updated version, fixed homepage. + cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-cheroot SRCNAM=$(echo $PRGNAM | sed "s/python3-//") -VERSION=${VERSION:-8.6.0} +VERSION=${VERSION:-9.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |