Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
perl-lwp-protocol-https
Commits:
7660424c by Felix Yan at 2026-03-03T13:41:44+08:00
upgpkg: 6.15-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = perl-lwp-protocol-https
pkgdesc = Provide https support for LWP::UserAgent
- pkgver = 6.14
- pkgrel = 4
+ pkgver = 6.15
+ pkgrel = 1
url = https://metacpan.org/release/LWP-Protocol-https
arch = any
license = PerlArtistic
@@ -13,7 +13,7 @@ pkgbase = perl-lwp-protocol-https
depends = perl-net-http
depends = perl-libwww
options = !emptydirs
- source =
https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.14.tar.gz
- sha512sums =
8f220c307833a803a8539a1c794598097133f24017edda9030eba2ff558d54104040fbae64d7068e99b9e03142e6e96a8b11c478e2a5571e908754a385b59fab
+ source =
https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.15.tar.gz
+ sha512sums =
78fbe585dacac943de16f43cfbece13dac90237be4e957713384a69f237236e4aa18584727ec9adba16c459bb9ad74e8ac8acf45b88a74b4e52a5f954e452bb6
pkgname = perl-lwp-protocol-https
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=perl-lwp-protocol-https
-pkgver=6.14
-pkgrel=4
+pkgver=6.15
+pkgrel=1
pkgdesc="Provide https support for LWP::UserAgent"
arch=('any')
url="https://metacpan.org/release/LWP-Protocol-https"
@@ -11,7 +11,7 @@ depends=('ca-certificates' 'perl-io-socket-ssl'
'perl-net-http' 'perl-libwww')
checkdepends=('perl-test-requiresinternet' 'perl-test-needs')
options=('!emptydirs')
source=("https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-$pkgver.tar.gz")
-sha512sums=('8f220c307833a803a8539a1c794598097133f24017edda9030eba2ff558d54104040fbae64d7068e99b9e03142e6e96a8b11c478e2a5571e908754a385b59fab')
+sha512sums=('78fbe585dacac943de16f43cfbece13dac90237be4e957713384a69f237236e4aa18584727ec9adba16c459bb9ad74e8ac8acf45b88a74b4e52a5f954e452bb6')
build() {
cd LWP-Protocol-https-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-lwp-protocol-https/-/commit/7660424cfb0b7d537362569ff7127b30f40c5cff
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-lwp-protocol-https/-/commit/7660424cfb0b7d537362569ff7127b30f40c5cff
You're receiving this email because of your account on gitlab.archlinux.org.