mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-identify: Updated for version 2.6.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2b2359d20f
commit
5de1733d2f
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=python3-identify
|
||||
SRCNAM=identify
|
||||
VERSION=${VERSION:-2.6.1}
|
||||
VERSION=${VERSION:-2.6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-identify"
|
||||
VERSION="2.6.1"
|
||||
VERSION="2.6.2"
|
||||
HOMEPAGE="https://github.com/pre-commit/identify"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/29/bb/25024dbcc93516c492b75919e76f389bac754a3e4248682fba32b250c880/identify-2.6.1.tar.gz"
|
||||
MD5SUM="c68983d7c2cd9515ca8dc79400c7c10c"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/02/79/7a520fc5011e02ca3f3285b5f6820eaf80443eb73e3733f73c02fb42ba0b/identify-2.6.2.tar.gz"
|
||||
MD5SUM="4545b8b924638a14c05999a4fc6407b9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue