perl/perl-file-mimeinfo: Updated for version 0.35.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2024-09-04 07:47:05 +07:00 committed by Willy Sudiarto Raharjo
parent 7a88d2ab6e
commit 846d36b0ca
2 changed files with 5 additions and 11 deletions

View file

@ -25,18 +25,12 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-file-mimeinfo
VERSION=${VERSION:-0.34}
VERSION=${VERSION:-0.35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi
ARCH=noarch
# 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

View file

@ -1,8 +1,8 @@
PRGNAM="perl-file-mimeinfo"
VERSION="0.34"
VERSION="0.35"
HOMEPAGE="https://metacpan.org/pod/File::MimeInfo"
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-0.34.tar.gz"
MD5SUM="31be1ac5233a7e2636e952fb4dcde9e0"
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-0.35.tar.gz"
MD5SUM="b51ad399e7dd802d27fb88e1c388cbd4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-file-desktopentry perl-encode-locale"