mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
perl/perl-Convert-BinHex: Updated for version 1.125.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
17b3f1410d
commit
fbc19fb26c
2 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM="perl-Convert-BinHex"
|
||||
SRCNAM="Convert-BinHex"
|
||||
VERSION=${VERSION:-1.124}
|
||||
VERSION=${VERSION:-1.125}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -58,7 +58,7 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
set -e
|
||||
|
||||
DOCS="COPYING README"
|
||||
DOCS="COPYING README Changes LICENSE README-TOO"
|
||||
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Convert-BinHex"
|
||||
VERSION="1.124"
|
||||
VERSION="1.125"
|
||||
HOMEPAGE="https://metacpan.org/release/Convert-BinHex"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/ST/STEPHEN/Convert-BinHex-1.124.tar.gz"
|
||||
MD5SUM="81bbc7c7f3d349767137658a200a7f11"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/ST/STEPHEN/Convert-BinHex-1.125.tar.gz"
|
||||
MD5SUM="2f485e1283387ead5b92243e1aacff9d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue