mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-filetype: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
47adfd2468
commit
e5d186b765
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-filetype
|
||||
SRCNAM=$(echo $PRGNAM | sed 's/python3-//')
|
||||
VERSION=${VERSION:-1.1.0}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-filetype"
|
||||
VERSION="1.1.0"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="https://github.com/h2non/filetype.py"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/filetype/filetype-1.1.0.tar.gz"
|
||||
MD5SUM="91c814f65f14047e34fdc7a3b8c98a58"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/f/filetype/filetype-1.2.0.tar.gz"
|
||||
MD5SUM="915c437718ad93c2cd347eb5aa465af1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue