mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-file-mimeinfo: Updated for version 0.34.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1efcb6f8de
commit
829c6de13c
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for perl-file-mimeinfo.
|
||||
#
|
||||
# Copyright 2015-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2015-2024 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=perl-file-mimeinfo
|
||||
VERSION=${VERSION:-0.33}
|
||||
VERSION=${VERSION:-0.34}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-file-mimeinfo"
|
||||
VERSION="0.33"
|
||||
VERSION="0.34"
|
||||
HOMEPAGE="https://metacpan.org/pod/File::MimeInfo"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-0.33.tar.gz"
|
||||
MD5SUM="b130d42a501e2854b9988087e1ceaa90"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/M/MI/MICHIELB/File-MimeInfo-0.34.tar.gz"
|
||||
MD5SUM="31be1ac5233a7e2636e952fb4dcde9e0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-file-desktopentry perl-encode-locale"
|
||||
|
|
Loading…
Reference in a new issue