Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions perl-libwww.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: perl-libwww
version: "6.68"
version: 6.70
epoch: 0
description: The World-Wide Web library for Perl
copyright:
Expand Down Expand Up @@ -46,8 +46,8 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: 42784a5869855ee08522dfb1d30fccf98ca4ddefa8c6c1bcb0d68a0adceb7f01
uri: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-${{package.version}}.tar.gz
expected-sha256: 34f00d2344757b9c0b55ad35808d53e93d7d92f7a464ec837fe6a73c51fb5969
uri: https://cpan.metacpan.org/authors/id/S/SI/SIMBABQUE/libwww-perl-${{package.version}}.tar.gz

- runs: |
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
Expand Down