python/python3-overrides: Update for 7.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bc3a5b482e
commit
d25930d849
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for python3-overrides
|
||||
|
||||
# Copyright 2023 Isaac Yu <isaacyu@protonmail.com>
|
||||
# Copyright 2023-2024 Isaac Yu <isaacyu@protonmail.com>
|
||||
# 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-overrides
|
||||
VERSION=${VERSION:-7.3.1}
|
||||
VERSION=${VERSION:-7.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-overrides"
|
||||
VERSION="7.3.1"
|
||||
VERSION="7.4.0"
|
||||
HOMEPAGE="https://github.com/mkorpela/overrides"
|
||||
DOWNLOAD="https://github.com/mkorpela/overrides/archive/7.3.1/overrides-7.3.1.tar.gz"
|
||||
MD5SUM="328ac4be8dc6b7ef20e9b26cc3b9322b"
|
||||
DOWNLOAD="https://github.com/mkorpela/overrides/archive/7.4.0/overrides-7.4.0.tar.gz"
|
||||
MD5SUM="a7855cfb21f26629da831e2962a6d04c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue