mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
perl/perl-WebService-MusicBrainz: Updated for version 1.0.6.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5a5f95f4f4
commit
f95d64c1a8
2 changed files with 5 additions and 4 deletions
|
@ -16,6 +16,7 @@
|
||||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
|
# 20230105 bkw: update for v1.0.6.
|
||||||
# 20220110 bkw:
|
# 20220110 bkw:
|
||||||
# - take over maintenance.
|
# - take over maintenance.
|
||||||
# - ARCH=noarch.
|
# - ARCH=noarch.
|
||||||
|
@ -24,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=perl-WebService-MusicBrainz
|
PRGNAM=perl-WebService-MusicBrainz
|
||||||
VERSION=${VERSION:-1.0.5}
|
VERSION=${VERSION:-1.0.6}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-WebService-MusicBrainz"
|
PRGNAM="perl-WebService-MusicBrainz"
|
||||||
VERSION="1.0.5"
|
VERSION="1.0.6"
|
||||||
HOMEPAGE="https://metacpan.org/pod/WebService::MusicBrainz"
|
HOMEPAGE="https://metacpan.org/pod/WebService::MusicBrainz"
|
||||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BF/BFAIST/WebService-MusicBrainz-1.0.5.tar.gz"
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BF/BFAIST/WebService-MusicBrainz-1.0.6.tar.gz"
|
||||||
MD5SUM="69cd2eae86c5b6ac360a1f829e784239"
|
MD5SUM="d290c0c905521b84d32061636944b196"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-Mojolicious"
|
REQUIRES="perl-Mojolicious"
|
||||||
|
|
Loading…
Reference in a new issue