mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/pip2tgz: Updated for version 0.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ae2449197c
commit
2f08f449e7
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue