mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
python/python3-glyphslib: Updated for version 6.6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6940232555
commit
b594b89f7f
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-glyphslib
|
||||
|
||||
# Copyright 2023 Vijay Marcel
|
||||
# Copyright 2023-2024 Vijay Marcel
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-glyphslib
|
||||
VERSION=${VERSION:-6.2.2}
|
||||
VERSION=${VERSION:-6.6.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-glyphslib"
|
||||
VERSION="6.2.2"
|
||||
VERSION="6.6.5"
|
||||
HOMEPAGE="https://github.com/googlefonts/glyphsLib"
|
||||
DOWNLOAD="https://pypi.io/packages/source/g/glyphsLib/glyphsLib-6.2.2.tar.gz"
|
||||
MD5SUM="2a3f3be69ae7945960c6c4177e1ac272"
|
||||
DOWNLOAD="https://pypi.io/packages/source/g/glyphsLib/glyphsLib-6.6.5.tar.gz"
|
||||
MD5SUM="f02ef4451aacc2c3d9c3b875eed1cceb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-openstep-plist python3-ufolib2 python3-ufo2ft python3-xmldiff"
|
||||
|
|
Loading…
Reference in a new issue