mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
perl-Net-HTTP: update to 6.06.
This commit is contained in:
parent
a9e6286809
commit
8b3a51e616
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'perl-Net-HTTP'.
|
# Template build file for 'perl-Net-HTTP'.
|
||||||
pkgname=perl-Net-HTTP
|
pkgname=perl-Net-HTTP
|
||||||
version=6.01
|
version=6.06
|
||||||
revision=2
|
revision=1
|
||||||
wrksrc="Net-HTTP-$version"
|
wrksrc="Net-HTTP-$version"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl>=5.18"
|
hostmakedepends="perl>=5.18"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
short_desc="Net::HTTP - Low-level HTTP connection (client)"
|
short_desc="Net::HTTP - Low-level HTTP connection (client)"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="http://search.cpan.org/~gaas/Net-HTTP-6.01/lib/Net/HTTP.pm"
|
homepage="http://search.cpan.org/dist/Net-HTTP"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${CPAN_SITE}/Net/Net-HTTP-$version.tar.gz"
|
distfiles="${CPAN_SITE}/Net/Net-HTTP-$version.tar.gz"
|
||||||
checksum=76d883f9b249b16393dc183de04b4e4fed99bb0eb776ab9149d915607c69ea46
|
checksum=1d4e3ced899efad12431564d93abe73dd2a1224aa208af5f4ab829e7a2dd39d4
|
||||||
long_desc="
|
long_desc="
|
||||||
The Net::HTTP class is a low-level HTTP client. An instance of the
|
The Net::HTTP class is a low-level HTTP client. An instance of the
|
||||||
Net::HTTP class represents a connection to an HTTP server. The HTTP protocol
|
Net::HTTP class represents a connection to an HTTP server. The HTTP protocol
|
||||||
|
|
Loading…
Add table
Reference in a new issue