Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
parham-k authored Dec 12, 2024
1 parent 5117f16 commit 50bb6bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/btllib/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "btllib" %}
{% set version = "1.7.3" %}
{% set version = "1.7.5" %}

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

source:
url: https://github.com/bcgsc/btllib/releases/download/v{{ version }}/{{ name|lower }}-{{ version }}.tar.gz
sha256: 31e7124e1cda9eea6f27b654258a7f8d3dea83c828f0b2e8e847faf1c5296aa3
sha256: 118a9f8d6445a618178bfbec40d121bbe03014e767261522148f642686090c76

build:
number: 0
Expand All @@ -17,6 +17,7 @@ build:
requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib("c") }}
- cmake
- meson
- ninja
Expand Down

0 comments on commit 50bb6bb

Please sign in to comment.