Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update perl-pegex to 0.75 #33011

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
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
19 changes: 14 additions & 5 deletions recipes/perl-pegex/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package:
name: perl-pegex
version: "0.61"
version: "0.75"

source:
url: http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-0.61.tar.gz
md5: 04ab96185d73bdad02dfbabb1152af40
url: https://cpan.metacpan.org/authors/id/I/IN/INGY/Pegex-0.75.tar.gz
sha256: 4dc8d335de80b25247cdb3f946f0d10d9ba0b3c34b0ed7d00316fd068fd05edc

build:
noarch: generic
number: 2
number: 0

requirements:
build:
Expand All @@ -18,12 +18,21 @@ requirements:
- perl-extutils-makemaker
- perl-file-sharedir-install
- perl-yaml-libyaml

- perl-json-pp
- perl-test-pod
- perl-tie-ixhash
- perl-xxx >=0.35
- perl-yaml-pp >=0.019
run:
- perl
- perl-extutils-makemaker
- perl-file-sharedir-install
- perl-yaml-libyaml
- perl-carp
- perl-json-pp
- perl-scalar-list-utils
- perl-xxx >=0.35
- perl-yaml-pp >=0.019

test:
imports:
Expand Down