diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-12-10 21:34:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-12 16:39:16 +0700 |
commit | 395838bfdcbb996dba904bceaec7dfdbedbbd741 (patch) | |
tree | 65c67fa1015e2c408c9db5c6f13a158cae1ecfe3 /python/python3-cheroot/python3-cheroot.SlackBuild | |
parent | e29b51b803b8db6b7595d0be9eff372caf69ec40 (diff) |
python/python3-cheroot: Updated for version 9.0.0, fixed homepage.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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} |