mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/backports-abc: Updated for version 0.5.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
a9b73246d3
commit
80dfee7687
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
|
||||
PRGNAM=backports-abc
|
||||
SRCNAM=backports_abc
|
||||
VERSION=${VERSION:-0.4}
|
||||
VERSION=${VERSION:-0.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="backports-abc"
|
||||
VERSION="0.4"
|
||||
VERSION="0.5"
|
||||
HOMEPAGE="https://github.com/cython/backports_abc"
|
||||
DOWNLOAD="https://github.com/cython/backports_abc/archive/0.4/backports_abc-0.4.tar.gz"
|
||||
MD5SUM="96315e002208023b13ebca39d00a9ba2"
|
||||
DOWNLOAD="https://github.com/cython/backports_abc/archive/0.5/backports_abc-0.5.tar.gz"
|
||||
MD5SUM="f5a1a9cebe45036e37952b263d2d7d2a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue