diff options
-rw-r--r-- | p5-term-readkey/.footprint | 16 | ||||
-rw-r--r-- | p5-term-readkey/.signature | 8 | ||||
-rw-r--r-- | p5-term-readkey/Pkgfile | 6 |
3 files changed, 14 insertions, 16 deletions
diff --git a/p5-term-readkey/.footprint b/p5-term-readkey/.footprint index 4741c7457..f0880d653 100644 --- a/p5-term-readkey/.footprint +++ b/p5-term-readkey/.footprint @@ -2,14 +2,14 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/perl5/ drwxr-xr-x root/root usr/lib/perl5/site_perl/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Term/ --r--r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Term/ReadKey.pm -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Term/ -drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Term/ReadKey/ --r-xr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Term/ReadKey/ReadKey.so +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.26/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.26/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.26/linux-thread-multi/Term/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.26/linux-thread-multi/Term/ReadKey.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.26/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.26/linux-thread-multi/auto/Term/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.26/linux-thread-multi/auto/Term/ReadKey/ +-r-xr-xr-x root/root usr/lib/perl5/site_perl/5.26/linux-thread-multi/auto/Term/ReadKey/ReadKey.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man3/ diff --git a/p5-term-readkey/.signature b/p5-term-readkey/.signature index 8ebaeb32e..ffde581a0 100644 --- a/p5-term-readkey/.signature +++ b/p5-term-readkey/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39zTWB/FRliCx1irYevhZjavyYlUIHryAXKJUD/NTQa5lVqSK1QP+S1IH9Y2uAEpto1TDnIJc4j57lAnwJHTHw8= -SHA256 (Pkgfile) = cfe8ee83316aa218f2d423d96788312e88690deb64804bc75176b1be10edf9b2 -SHA256 (.footprint) = cbaf07e677df458394a78c780e9527714c48a9ad8b7498fd77b779b54ad1d836 -SHA256 (TermReadKey-2.33.tar.gz) = 99708f2d157343b79af6d552384fc4cbdf8ab633b727eb547f733fbc1cfdd14d +RWSagIOpLGJF3xYCKzyosU0OscFMoO1B8ye19gBAnNPxocusPLpx6yOXnWD9p2ICb9RQiTaGezUJU05C1ZR7jCZmefBBn6ugGgY= +SHA256 (Pkgfile) = bc647394fd48b7e94ff08cf7b61cade9f503f1d21f994051f9b297221b90fdc0 +SHA256 (.footprint) = 4b2e62bce6d635ff87134fd5715a2a9894a2b762279456f270221e2916e130eb +SHA256 (TermReadKey-2.37.tar.gz) = 4a9383cf2e0e0194668fe2bd546e894ffad41d556b41d2f2f577c8db682db241 diff --git a/p5-term-readkey/Pkgfile b/p5-term-readkey/Pkgfile index 880aba90e..6c3935cf1 100644 --- a/p5-term-readkey/Pkgfile +++ b/p5-term-readkey/Pkgfile @@ -1,13 +1,11 @@ # Description: Perl Terminal Readkey Library. # URL: http://search.cpan.org/~jstowe/TermReadKey/ # Maintainer: Danny Rawlins, crux at romster dot me -# Packager: Stoyan Zhekov zhware at hotpop dot com -# Depends on: name=p5-term-readkey -version=2.33 +version=2.37 release=1 -source=(http://www.cpan.org/modules/by-module/Term/TermReadKey-$version.tar.gz) +source=(https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-$version.tar.gz) build() { cd TermReadKey-$version |