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.2 #51867

Merged
merged 1 commit into from
Nov 2, 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.1" %}
{% set version = "5.7.2" %}

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

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

build:
number: 0
Expand Down
Loading