multimedia/picard: Version bump to 2.11
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a857e44d89
commit
af6c401360
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for Picard
|
||||
|
||||
# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de>
|
||||
# Copyright 2018-2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
|
||||
# Copyright 2018-2024 Jeremy Hansen <jebrhansen+SBo@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.10}
|
||||
VERSION=${VERSION:-2.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="picard"
|
||||
VERSION="2.10"
|
||||
VERSION="2.11"
|
||||
HOMEPAGE="https://picard.musicbrainz.org/"
|
||||
DOWNLOAD="https://github.com/metabrainz/picard/archive/release-2.10/picard-release-2.10.tar.gz"
|
||||
MD5SUM="6c053d9a820b72476c33e9346e77cd78"
|
||||
DOWNLOAD="https://github.com/metabrainz/picard/archive/release-2.11/picard-release-2.11.tar.gz"
|
||||
MD5SUM="106a1b0afa417beb6aaad8c544bbdce6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="chromaprint python3-fasteners mutagen python3-dateutil python-discid python3-pyjwt"
|
||||
|
|
Loading…
Reference in New Issue