mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
dd0f632967
commit
660f473319
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue