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-string-diff to 0.08 #52363

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions recipes/perl-string-diff/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "perl-string-diff" %}
{% set version = "0.07" %}
{% set sha256 = "7215b67cbc3226e2d0e18b38ec58c93be0bf6090278698bef955348826cd0af3" %}
{% set version = "0.08" %}
{% set sha256 = "bf7bff84fa37b4c0778422091cd8477b1594e33fd9311b454ea5063b6492c686" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://cpan.metacpan.org/authors/id/Y/YA/YAPPO/String-Diff-0.07.tar.gz
url: https://cpan.metacpan.org/authors/id/S/SC/SCHWIGON/String-Diff-0.08.tar.gz
martin-g marked this conversation as resolved.
Show resolved Hide resolved
sha256: {{ sha256 }}
patches:
# Fix tests failing because of the change in perl-yaml library
Expand All @@ -16,7 +16,7 @@ source:

build:
noarch: generic
number: 1
number: 0
martin-g marked this conversation as resolved.
Show resolved Hide resolved

requirements:
build:
Expand Down
Loading