perl/perl-file-mimeinfo: Updated for version 0.30.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f278b14511
commit
8d4330fb20
|
@ -1,4 +1,5 @@
|
||||||
perl-file-mimeinfo (File::MimeInfo - Determine file type)
|
perl-file-mimeinfo (File::MimeInfo - Determine file type)
|
||||||
|
|
||||||
This module can be used to determine the mime type of a file.
|
This module can be used to determine the mime type of a file.
|
||||||
It tries to implement the freedesktop specification for a shared MIME database.
|
It tries to implement the freedesktop specification for a shared MIME
|
||||||
|
database.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for perl-file-mimeinfo.
|
# Slackware build script for perl-file-mimeinfo.
|
||||||
#
|
#
|
||||||
# Copyright 2015-2018 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
# Copyright 2015-2020 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=perl-file-mimeinfo
|
PRGNAM=perl-file-mimeinfo
|
||||||
VERSION=${VERSION:-0.29}
|
VERSION=${VERSION:-0.30}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="perl-file-mimeinfo"
|
PRGNAM="perl-file-mimeinfo"
|
||||||
VERSION="0.29"
|
VERSION="0.30"
|
||||||
HOMEPAGE="https://metacpan.org/pod/File::MimeInfo"
|
HOMEPAGE="https://metacpan.org/pod/File::MimeInfo"
|
||||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-0.29.tar.gz"
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-0.30.tar.gz"
|
||||||
MD5SUM="cbd870b04c528eee2ad36706cd2d12d5"
|
MD5SUM="5301ab7b93af7875aa09836b96ab5f3a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-file-basedir perl-file-desktopentry"
|
REQUIRES="perl-file-basedir perl-file-desktopentry perl-encode-locale"
|
||||||
MAINTAINER="Edinaldo P. Silva"
|
MAINTAINER="Edinaldo P. Silva"
|
||||||
EMAIL="edps.mundognu@gmail.com"
|
EMAIL="edps.mundognu@gmail.com"
|
||||||
|
|
Loading…
Reference in New Issue