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 kalamari to 5.7.1 #51225

Merged
merged 1 commit into from
Oct 7, 2024
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
4 changes: 2 additions & 2 deletions recipes/kalamari/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "Kalamari" %}
{% set version = "5.7.0" %}
{% set version = "5.7.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/lskatz/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: d8d67bde9e4bbff75ae63c705f6c2ecdc6e2a378f71318744fc24f8420b78e68
sha256: 41a70037424da3658e6c92e3faca335d4cf02301fc74a5b5b27cd2611aef5681

build:
number: 0
Expand Down