development/pip2tgz: Updated for version 0.5

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Duncan Roe 2022-02-28 14:22:33 +11:00 committed by Willy Sudiarto Raharjo
parent ae2449197c
commit 2f08f449e7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -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}

View file

@ -1,8 +1,8 @@
PRGNAM="pip2tgz"
VERSION="0.4"
VERSION="0.5"
HOMEPAGE="https://github.com/duncan-roe/pip2tgz"
DOWNLOAD="https://github.com/duncan-roe/pip2tgz/archive/v0.4/pip2tgz-0.4.tar.gz"
MD5SUM="603b431a9f639fa481bf84a0d650274a"
DOWNLOAD="https://github.com/duncan-roe/pip2tgz/archive/v0.5/pip2tgz-0.5.tar.gz"
MD5SUM="66d44f9bd12e3d9fb515756ff533e522"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pipdeptree"