multimedia/picard: Updated for version 2.8.2.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2022-08-05 07:50:12 +01:00 committed by Willy Sudiarto Raharjo
parent dd0f632967
commit 660f473319
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

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

View file

@ -1,10 +1,10 @@
PRGNAM="picard" PRGNAM="picard"
VERSION="2.7.3" VERSION="2.8.2"
HOMEPAGE="https://picard.musicbrainz.org/" HOMEPAGE="https://picard.musicbrainz.org/"
DOWNLOAD="https://github.com/metabrainz/picard/archive/release-2.7.3/picard-release-2.7.3.tar.gz" DOWNLOAD="https://github.com/metabrainz/picard/archive/release-2.8.2/picard-release-2.8.2.tar.gz"
MD5SUM="e65938b0b938e5559420f0d6035524b8" MD5SUM="f3ffe5ca7e23ca3a6caaa27c9d79246d"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="chromaprint python3-fasteners mutagen python3-dateutil" REQUIRES="chromaprint python3-fasteners mutagen python3-dateutil python-discid python3-pyjwt"
MAINTAINER="Jeremy Hansen" MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com" EMAIL="jebrhansen+SBo@gmail.com"