Skip to content

Commit

Permalink
update vg to 1.61.0 (#52056)
Browse files Browse the repository at this point in the history
CormacKinsella authored Nov 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6c4caa0 commit dbb9b0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/vg/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set name = "vg" %}
{% set version = "1.60.0" %}
{% set version = "1.61.0" %}

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

source:
- url: https://github.com/vgteam/vg/releases/download/v{{ version }}/vg # [linux and x86_64]
sha256: 8a014a89301fa3168b19adadfa23753dcfd4af3944493199028ec79c141da22e # [linux and x86_64]
sha256: dfdc9f14c70aa68f05dcfdb8a9938f235f89353ce0f88076fc29a4ad92c3c7cf # [linux and x86_64]
- url: https://github.com/vgteam/vg/releases/download/v{{ version }}/vg-arm64 # [linux and aarch64]
sha256: b7700ac536cee961e0fe6bfd5cfd3b3f93844be47b45f21d67e0a0208fc01bc0 # [linux and aarch64]
sha256: 835bdb1354e45dc1ad7e991adda92a327da2e24a09f6e2a53cad3a926510a2ac # [linux and aarch64]

build:
number: 0

0 comments on commit dbb9b0e

Please sign in to comment.