Skip to content

Commit

Permalink
update vg to 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CormacKinsella authored and martin-g committed Nov 3, 2024
1 parent bc60553 commit 73558b3
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.59.0" %}
{% set version = "1.60.0" %}

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

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

build:
number: 0
Expand Down

0 comments on commit 73558b3

Please sign in to comment.