multimedia/picard: Updated for version 2.7.3.

Signed-off-by: Pouria Rezaei <Pouria.rz@outlook.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Pouria Rezaei 2022-01-15 18:53:10 +03:30 committed by Willy Sudiarto Raharjo
parent 953e2ea1bb
commit 28a6ada9eb
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=picard
VERSION=${VERSION:-2.7.2}
VERSION=${VERSION:-2.7.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="picard"
VERSION="2.7.2"
VERSION="2.7.3"
HOMEPAGE="https://picard.musicbrainz.org/"
DOWNLOAD="https://github.com/metabrainz/picard/archive/release-2.7.2/picard-2.7.2.tar.gz"
MD5SUM="fbd28d72a7336ce1e4bc7c442ebd45ca"
DOWNLOAD="https://github.com/metabrainz/picard/archive/release-2.7.3/picard-2.7.3.tar.gz"
MD5SUM="e65938b0b938e5559420f0d6035524b8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="chromaprint python3-fasteners mutagen python3-dateutil"