multimedia/picard: Version bump to 2.8.5

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-06-06 18:57:43 -07:00 committed by Willy Sudiarto Raharjo
parent 9beb4cfb55
commit 5ff5912323
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -3,7 +3,7 @@
# Slackware build script for Picard
# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de>
# Copyright 2018-2022 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# Copyright 2018-2023 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -28,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=picard
VERSION=${VERSION:-2.8.2}
VERSION=${VERSION:-2.8.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="picard"
VERSION="2.8.2"
VERSION="2.8.5"
HOMEPAGE="https://picard.musicbrainz.org/"
DOWNLOAD="https://github.com/metabrainz/picard/archive/release-2.8.2/picard-release-2.8.2.tar.gz"
MD5SUM="f3ffe5ca7e23ca3a6caaa27c9d79246d"
DOWNLOAD="https://github.com/metabrainz/picard/archive/release-2.8.5/picard-release-2.8.5.tar.gz"
MD5SUM="7bea5a3963d27ed4d069ab7dd3ac3485"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="chromaprint python3-fasteners mutagen python3-dateutil python-discid python3-pyjwt"