mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
perl/perl-lwp-useragent-cached: Updated for version 0.07.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
f590592f2b
commit
a02b3f1eac
2 changed files with 6 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
|
||||
|
||||
PRGNAM=perl-lwp-useragent-cached
|
||||
VERSION=${VERSION:-0.06}
|
||||
VERSION=${VERSION:-0.07}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -49,11 +49,8 @@ rm -rf $SRCNAM-$VERSION
|
|||
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
|
||||
cd $SRCNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
|
||||
# it wants to interactively ask whether to automatically install
|
||||
# Test::Mock::LWP::Dispatch for its tests. Don't let it.
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-lwp-useragent-cached"
|
||||
VERSION="0.06"
|
||||
VERSION="0.07"
|
||||
HOMEPAGE="https://metacpan.org/release/LWP-UserAgent-Cached"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/O/OL/OLEG/LWP-UserAgent-Cached-0.06.tar.gz"
|
||||
MD5SUM="2dd2ec330ee13d87ae50c7a30f12c99e"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/O/OL/OLEG/LWP-UserAgent-Cached-0.07.tar.gz"
|
||||
MD5SUM="9d43c55a17e0643f682035d2e7619973"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libwww-perl"
|
||||
|
|
Loading…
Reference in a new issue